Html Css Color HEX #A29587 Zorba

📋 copy color: '#A29587'

red 162 ◦ green 149 ◦ blue 135

#A29587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zorba #A29587

Tints of Zorba #A29587

RGB

 RED value IS 162 (63.67% from 255) = 36.32%

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 135 (53.13% from 255) = 30.27%

R = 36.32%
G = 33.41%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A29587 (or 0xA29587) is known color: Zorba. HEX triplet: A2, 95 and 87. RGB value is (162,149,135). Sum of RGB (Red+Green+Blue) = 162+149+135=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29587 is #5D6A78. Grayscale: #979797. Windows color (decimal): -6122105 or 8885666. OLE color: 8885666.

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

Color convert

RGB 162 149 135 -
CMYK 0 0.08 0.17 0.36
HSL 31.11º 0.13% 0.58% -
HSV(B) 31.11º 0.17% 0.64% -
XYZ 30.02 30.93 27.31 -
YUV 151.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 162 149 135 0 0.08 0.17 0.36 31.11 0.13 0.58
Hex A2 95 87 0 8 11 24 1F D 3A
Octal 242 225 207 0 10 21 44 37 15 72
Binary 10100010 10010101 10000111 0 1000 10001 100100 11111 1101 111010

Color Harmonies of #A29587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29587

Black with #A29587

Text Example


Text Example

White with #A29587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29587; }

 p { color: rgb(162,149,135); }

 H1.HeaderClassName
 {
   color: #A29587;
 }
 .AnyTagClassName
 {
   color: #A29587;
 }
</style>

background-color css

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

 a { background-color: rgb(162,149,135); }

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

border-color css

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

 span { border-color: rgb(162,149,135); }

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