#A29D88

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

Shades of Grey Olive #A29D88

Tints of Grey Olive #A29D88

Color information

#A29D88 (or 0xA29D88) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 88. RGB value is (162,157,136). Sum of RGB (Red+Green+Blue) = 162+157+136=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D88 is #5D6277. Grayscale: #9C9C9C. Windows color (decimal): -6120056 or 8953250. OLE color: 8953250.

HSL color Cylindrical-coordinate representation of color #A29D88: hue angle of 48.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A29D88 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162157136-
CMYK00.030.160.36
HSL48.46º12.26%58.43%-
HSV(B)48.46º16.05%63.53%-
XYZ31.433.5728.12-
YUV156.1116.66132.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=35.60%
G=34.51%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215713600.030.160.3648.4612.2658.43
HexA29D8803102430c3a
Octal242235210032044601472
Binary101000101001110110001000011100001001001100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D88; }

 p { color: rgb(162,157,136); }

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

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

 a { background-color: rgb(162,157,136); }

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

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

 span { border-color: rgb(162,157,136); }

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