#A4A88B

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

Shades of Bud #A4A88B

Tints of Bud #A4A88B

Color information

#A4A88B (or 0xA4A88B) is unknown color: approx Bud. HEX triplet: A4, A8 and 8B. RGB value is (164,168,139). Sum of RGB (Red+Green+Blue) = 164+168+139=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A88B is #5B5774. Grayscale: #A3A3A3. Windows color (decimal): -5986165 or 9152676. OLE color: 9152676.

HSL color Cylindrical-coordinate representation of color #A4A88B: hue angle of 68.28º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4A88B is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB164168139-
CMYK0.0200.170.34
HSL68.28º14.29%60.2%-
HSV(B)68.28º17.26%65.88%-
XYZ33.9737.7629.92-
YUV163.5114.17128.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=34.82%
G=35.67%
B=29.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641681390.0200.170.3468.2814.2960.2
HexA4A88B20112244e3c
Octal2442502132021421041674
Binary1010010010101000100010111001000110001010001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A88B; }

 p { color: rgb(164,168,139); }

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

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

 a { background-color: rgb(164,168,139); }

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

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

 span { border-color: rgb(164,168,139); }

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