Html Css Color HEX #A79890 Zorba

📋 copy color: '#A79890'

red 167 ◦ green 152 ◦ blue 144

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

Shades of Zorba #A79890

Tints of Zorba #A79890

RGB

 RED value IS 167 (65.63% from 255) = 36.07%

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

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

R = 36.07%
G = 32.83%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A79890 (or 0xA79890) is known color: Zorba. HEX triplet: A7, 98 and 90. RGB value is (167,152,144). Sum of RGB (Red+Green+Blue) = 167+152+144=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A79890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79890 is #58676F. Grayscale: #9B9B9B. Windows color (decimal): -5793648 or 9476263. OLE color: 9476263.

HSL color Cylindrical-coordinate representation of color #A79890: hue angle of 20.87º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79890 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 152 144 -
CMYK 0 0.09 0.14 0.35
HSL 20.87º 0.12% 0.61% -
HSV(B) 20.87º 0.14% 0.65% -
XYZ 32.2 32.69 31 -
YUV 155.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 167 152 144 0 0.09 0.14 0.35 20.87 0.12 0.61
Hex A7 98 90 0 9 E 23 15 C 3D
Octal 247 230 220 0 11 16 43 25 14 75
Binary 10100111 10011000 10010000 0 1001 1110 100011 10101 1100 111101

Color Harmonies of #A79890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79890

Black with #A79890

Text Example


Text Example

White with #A79890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79890; }

 p { color: rgb(167,152,144); }

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

background-color css

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

 a { background-color: rgb(167,152,144); }

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

border-color css

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

 span { border-color: rgb(167,152,144); }

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