Html Css Color HEX #A29688 Zorba

📋 copy color: '#A29688'

red 162 ◦ green 150 ◦ blue 136

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

Shades of Zorba #A29688

Tints of Zorba #A29688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

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

R = 36.16%
G = 33.48%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A29688 (or 0xA29688) is known color: Zorba. HEX triplet: A2, 96 and 88. RGB value is (162,150,136). Sum of RGB (Red+Green+Blue) = 162+150+136=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A29688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29688 is #5D6977. Grayscale: #989898. Windows color (decimal): -6121848 or 8951458. OLE color: 8951458.

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

Color convert

RGB 162 150 136 -
CMYK 0 0.07 0.16 0.36
HSL 32.31º 0.12% 0.58% -
HSV(B) 32.31º 0.16% 0.64% -
XYZ 30.25 31.27 27.73 -
YUV 151.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 162 150 136 0 0.07 0.16 0.36 32.31 0.12 0.58
Hex A2 96 88 0 7 10 24 20 C 3A
Octal 242 226 210 0 7 20 44 40 14 72
Binary 10100010 10010110 10001000 0 111 10000 100100 100000 1100 111010

Color Harmonies of #A29688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29688

Black with #A29688

Text Example


Text Example

White with #A29688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29688; }

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

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

background-color css

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

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

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

border-color css

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

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

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