Html Css Color HEX #A79185 Zorba

📋 copy color: '#A79185'

red 167 ◦ green 145 ◦ blue 133

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

Shades of Zorba #A79185

Tints of Zorba #A79185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 37.53%
G = 32.58%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A79185 (or 0xA79185) is known color: Zorba. HEX triplet: A7, 91 and 85. RGB value is (167,145,133). Sum of RGB (Red+Green+Blue) = 167+145+133=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A79185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79185 is #586E7A. Grayscale: #969696. Windows color (decimal): -5795451 or 8753575. OLE color: 8753575.

HSL color Cylindrical-coordinate representation of color #A79185: hue angle of 21.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79185 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 145 133 -
CMYK 0 0.13 0.20 0.35
HSL 21.18º 0.16% 0.59% -
HSV(B) 21.18º 0.2% 0.65% -
XYZ 30.3 30.16 26.41 -
YUV 150.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 167 145 133 0 0.13 0.20 0.35 21.18 0.16 0.59
Hex A7 91 85 0 D 14 23 15 10 3B
Octal 247 221 205 0 15 24 43 25 20 73
Binary 10100111 10010001 10000101 0 1101 10100 100011 10101 10000 111011

Color Harmonies of #A79185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79185

Black with #A79185

Text Example


Text Example

White with #A79185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79185; }

 p { color: rgb(167,145,133); }

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

background-color css

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

 a { background-color: rgb(167,145,133); }

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

border-color css

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

 span { border-color: rgb(167,145,133); }

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