Html Css Color HEX #A29088 Zorba

📋 copy color: '#A29088'

red 162 ◦ green 144 ◦ blue 136

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

Shades of Zorba #A29088

Tints of Zorba #A29088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 36.65%
G = 32.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A29088 (or 0xA29088) is known color: Zorba. HEX triplet: A2, 90 and 88. RGB value is (162,144,136). Sum of RGB (Red+Green+Blue) = 162+144+136=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29088 is #5D6F77. Grayscale: #949494. Windows color (decimal): -6123384 or 8949922. OLE color: 8949922.

HSL color Cylindrical-coordinate representation of color #A29088: hue angle of 18.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 #A29088 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 136 -
CMYK 0 0.11 0.16 0.36
HSL 18.46º 0.12% 0.58% -
HSV(B) 18.46º 0.16% 0.64% -
XYZ 29.32 29.41 27.42 -
YUV 148.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 162 144 136 0 0.11 0.16 0.36 18.46 0.12 0.58
Hex A2 90 88 0 B 10 24 12 C 3A
Octal 242 220 210 0 13 20 44 22 14 72
Binary 10100010 10010000 10001000 0 1011 10000 100100 10010 1100 111010

Color Harmonies of #A29088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29088

Black with #A29088

Text Example


Text Example

White with #A29088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29088; }

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

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

background-color css

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

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

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

border-color css

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

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

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