Html Css Color HEX #A79688 Zorba

📋 copy color: '#A79688'

red 167 ◦ green 150 ◦ blue 136

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

Shades of Zorba #A79688

Tints of Zorba #A79688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

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

R = 36.87%
G = 33.11%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A79688 (or 0xA79688) is known color: Zorba. HEX triplet: A7, 96 and 88. RGB value is (167,150,136). Sum of RGB (Red+Green+Blue) = 167+150+136=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A79688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79688 is #586977. Grayscale: #999999. Windows color (decimal): -5794168 or 8951463. OLE color: 8951463.

HSL color Cylindrical-coordinate representation of color #A79688: hue angle of 27.1º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A79688 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 136 -
CMYK 0 0.10 0.19 0.35
HSL 27.1º 0.15% 0.59% -
HSV(B) 27.1º 0.19% 0.65% -
XYZ 31.29 31.81 27.78 -
YUV 153.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 167 150 136 0 0.10 0.19 0.35 27.1 0.15 0.59
Hex A7 96 88 0 A 13 23 1B F 3B
Octal 247 226 210 0 12 23 43 33 17 73
Binary 10100111 10010110 10001000 0 1010 10011 100011 11011 1111 111011

Color Harmonies of #A79688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79688

Black with #A79688

Text Example


Text Example

White with #A79688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79688; }

 p { color: rgb(167,150,136); }

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

background-color css

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

 a { background-color: rgb(167,150,136); }

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

border-color css

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

 span { border-color: rgb(167,150,136); }

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