#A4AE31

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

Shades of Bahia #A4AE31

Tints of Bahia #A4AE31

Color information

#A4AE31 (or 0xA4AE31) is unknown color: approx Bahia. HEX triplet: A4, AE and 31. RGB value is (164,174,49). Sum of RGB (Red+Green+Blue) = 164+174+49=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AE31 is #5B51CE. Grayscale: #9D9D9D. Windows color (decimal): -5984719 or 3255972. OLE color: 3255972.

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

Color convert

RGB16417449-
CMYK0.0600.720.32
HSL64.8º56.05%43.73%-
HSV(B)64.8º71.84%68.24%-
XYZ3138.398.68-
YUV156.7667.19133.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 49 (19.53% from 255) = 12.66%
R=42.38%
G=44.96%
B=12.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164174490.0600.720.3264.856.0543.73
HexA4AE3160482041382c
Octal2442566160110401017054
Binary1010010010101110110001110010010001000001000001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE31; }

 p { color: rgb(164,174,49); }

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

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

 a { background-color: rgb(164,174,49); }

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

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

 span { border-color: rgb(164,174,49); }

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