Html Css Color HEX #A29893 Zorba

📋 copy color: '#A29893'

red 162 ◦ green 152 ◦ blue 147

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

Shades of Zorba #A29893

Tints of Zorba #A29893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.97%

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

R = 35.14%
G = 32.97%
B = 31.89%

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

#A29893 (or 0xA29893) is known color: Zorba. HEX triplet: A2, 98 and 93. RGB value is (162,152,147). Sum of RGB (Red+Green+Blue) = 162+152+147=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29893 is #5D676C. Grayscale: #9A9A9A. Windows color (decimal): -6121325 or 9672866. OLE color: 9672866.

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

Color convert

RGB 162 152 147 -
CMYK 0 0.06 0.09 0.36
HSL 20º 0.07% 0.61% -
HSV(B) 20º 0.09% 0.64% -
XYZ 31.39 32.24 32.17 -
YUV 154.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 162 152 147 0 0.06 0.09 0.36 20 0.07 0.61
Hex A2 98 93 0 6 9 24 14 7 3D
Octal 242 230 223 0 6 11 44 24 7 75
Binary 10100010 10011000 10010011 0 110 1001 100100 10100 111 111101

Color Harmonies of #A29893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29893

Black with #A29893

Text Example


Text Example

White with #A29893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29893; }

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

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

background-color css

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

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

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

border-color css

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

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

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