#A4AE2A

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

Shades of Bahia #A4AE2A

Tints of Bahia #A4AE2A

Color information

#A4AE2A (or 0xA4AE2A) is unknown color: approx Bahia. HEX triplet: A4, AE and 2A. RGB value is (164,174,42). Sum of RGB (Red+Green+Blue) = 164+174+42=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AE2A is #5B51D5. Grayscale: #9C9C9C. Windows color (decimal): -5984726 or 2797220. OLE color: 2797220.

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

Color convert

RGB16417442-
CMYK0.0600.760.32
HSL64.55º61.11%42.35%-
HSV(B)64.55º75.86%68.24%-
XYZ30.8638.337.96-
YUV155.9663.69133.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=43.16%
G=45.79%
B=11.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164174420.0600.760.3264.5561.1142.35
HexA4AE2A604C20413d2a
Octal2442565260114401017552
Binary1010010010101110101010110010011001000001000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE2A; }

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

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

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

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

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

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

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

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