#A4A88E

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

Shades of Bud #A4A88E

Tints of Bud #A4A88E

Color information

#A4A88E (or 0xA4A88E) is unknown color: approx Bud. HEX triplet: A4, A8 and 8E. RGB value is (164,168,142). Sum of RGB (Red+Green+Blue) = 164+168+142=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A88E is #5B5771. Grayscale: #A3A3A3. Windows color (decimal): -5986162 or 9349284. OLE color: 9349284.

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

Color convert

RGB164168142-
CMYK0.0200.150.34
HSL69.23º13%60.78%-
HSV(B)69.23º15.48%65.88%-
XYZ34.1937.8531.09-
YUV163.84115.67128.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=34.60%
G=35.44%
B=29.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641681420.0200.150.3469.231360.78
HexA4A88E20F2245d3d
Octal2442502162017421051575
Binary101001001010100010001110100111110001010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A88E; }

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

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

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

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

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

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

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

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