Html Css Color HEX #A29993 Zorba

📋 copy color: '#A29993'

red 162 ◦ green 153 ◦ blue 147

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

Shades of Zorba #A29993

Tints of Zorba #A29993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 35.06%
G = 33.12%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A29993 (or 0xA29993) is known color: Zorba. HEX triplet: A2, 99 and 93. RGB value is (162,153,147). Sum of RGB (Red+Green+Blue) = 162+153+147=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29993 is #5D666C. Grayscale: #9B9B9B. Windows color (decimal): -6121069 or 9673122. OLE color: 9673122.

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

Color convert

RGB 162 153 147 -
CMYK 0 0.06 0.09 0.36
HSL 24º 0.07% 0.61% -
HSV(B) 24º 0.09% 0.64% -
XYZ 31.56 32.57 32.23 -
YUV 155.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 162 153 147 0 0.06 0.09 0.36 24 0.07 0.61
Hex A2 99 93 0 6 9 24 18 7 3D
Octal 242 231 223 0 6 11 44 30 7 75
Binary 10100010 10011001 10010011 0 110 1001 100100 11000 111 111101

Color Harmonies of #A29993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29993

Black with #A29993

Text Example


Text Example

White with #A29993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29993; }

 p { color: rgb(162,153,147); }

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

background-color css

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

 a { background-color: rgb(162,153,147); }

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

border-color css

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

 span { border-color: rgb(162,153,147); }

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