Html Css Color HEX #A29590 Zorba

📋 copy color: '#A29590'

red 162 ◦ green 149 ◦ blue 144

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

Shades of Zorba #A29590

Tints of Zorba #A29590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 35.6%
G = 32.75%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A29590 (or 0xA29590) is known color: Zorba. HEX triplet: A2, 95 and 90. RGB value is (162,149,144). Sum of RGB (Red+Green+Blue) = 162+149+144=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29590 is #5D6A6F. Grayscale: #989898. Windows color (decimal): -6122096 or 9475490. OLE color: 9475490.

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

Color convert

RGB 162 149 144 -
CMYK 0 0.08 0.11 0.36
HSL 16.67º 0.09% 0.6% -
HSV(B) 16.67º 0.11% 0.64% -
XYZ 30.68 31.19 30.79 -
YUV 152.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 162 149 144 0 0.08 0.11 0.36 16.67 0.09 0.6
Hex A2 95 90 0 8 B 24 11 9 3C
Octal 242 225 220 0 10 13 44 21 11 74
Binary 10100010 10010101 10010000 0 1000 1011 100100 10001 1001 111100

Color Harmonies of #A29590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29590

Black with #A29590

Text Example


Text Example

White with #A29590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29590; }

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

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

background-color css

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

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

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

border-color css

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

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

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