#A3AD2F

Color #A3AD2F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A3AD2F

Tints of Bahia #A3AD2F

Color information

#A3AD2F (or 0xA3AD2F) is unknown color: approx Bahia. HEX triplet: A3, AD and 2F. RGB value is (163,173,47). Sum of RGB (Red+Green+Blue) = 163+173+47=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD2F is #5C52D0. Grayscale: #9C9C9C. Windows color (decimal): -6050513 or 3124643. OLE color: 3124643.

HSL color Cylindrical-coordinate representation of color #A3AD2F: hue angle of 64.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3AD2F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB16317347-
CMYK0.0600.730.32
HSL64.76º57.27%43.14%-
HSV(B)64.76º72.83%67.84%-
XYZ30.5637.888.39-
YUV155.6566.69133.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 47 (18.75% from 255) = 12.27%
R=42.56%
G=45.17%
B=12.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163173470.0600.730.3264.7657.2743.14
HexA3AD2F60492041392b
Octal2432555760111401017153
Binary1010001110101101101111110010010011000001000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD2F; }

 p { color: rgb(163,173,47); }

 H1.HeaderClassName
 {
   color: #A3AD2F;
 }
 .AnyTagClassName
 {
   color: #A3AD2F;
 }
</style>
background-color css

<style>
 a { background-color: #A3AD2F; }

 a { background-color: rgb(163,173,47); }

 div.DivClassName
 {
   background-color: #A3AD2F;
 }
 .BgClassName
 {
   background-color: #A3AD2F;
 }
</style>
border-color css

<style>
 span { border-color: #A3AD2F; }

 span { border-color: rgb(163,173,47); }

 td.TdClassName
 {
   border-color: #A3AD2F;
 }
 .TagClassName
 {
   border-color: #A3AD2F;
 }
</style>