Html Css Color HEX #A29488 Zorba

📋 copy color: '#A29488'

red 162 ◦ green 148 ◦ blue 136

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

Shades of Zorba #A29488

Tints of Zorba #A29488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 36.32%
G = 33.18%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A29488 (or 0xA29488) is known color: Zorba. HEX triplet: A2, 94 and 88. RGB value is (162,148,136). Sum of RGB (Red+Green+Blue) = 162+148+136=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29488 is #5D6B77. Grayscale: #969696. Windows color (decimal): -6122360 or 8950946. OLE color: 8950946.

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

Color convert

RGB 162 148 136 -
CMYK 0 0.09 0.16 0.36
HSL 27.69º 0.12% 0.58% -
HSV(B) 27.69º 0.16% 0.64% -
XYZ 29.93 30.64 27.63 -
YUV 150.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 162 148 136 0 0.09 0.16 0.36 27.69 0.12 0.58
Hex A2 94 88 0 9 10 24 1C C 3A
Octal 242 224 210 0 11 20 44 34 14 72
Binary 10100010 10010100 10001000 0 1001 10000 100100 11100 1100 111010

Color Harmonies of #A29488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29488

Black with #A29488

Text Example


Text Example

White with #A29488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29488; }

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

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

background-color css

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

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

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

border-color css

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

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

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