Html Css Color HEX #AD9F92 Zorba

📋 copy color: '#AD9F92'

red 173 ◦ green 159 ◦ blue 146

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

Shades of Zorba #AD9F92

Tints of Zorba #AD9F92

RGB

 RED value IS 173 (67.97% from 255) = 36.19%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 36.19%
G = 33.26%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9F92 (or 0xAD9F92) is known color: Zorba. HEX triplet: AD, 9F and 92. RGB value is (173,159,146). Sum of RGB (Red+Green+Blue) = 173+159+146=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F92 is #52606D. Grayscale: #A1A1A1. Windows color (decimal): -5398638 or 9609133. OLE color: 9609133.

HSL color Cylindrical-coordinate representation of color #AD9F92: hue angle of 28.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9F92 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 146 -
CMYK 0 0.08 0.16 0.32
HSL 28.89º 0.14% 0.63% -
HSV(B) 28.89º 0.16% 0.68% -
XYZ 34.82 35.76 32.26 -
YUV 161.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 173 159 146 0 0.08 0.16 0.32 28.89 0.14 0.63
Hex AD 9F 92 0 8 10 20 1D E 3F
Octal 255 237 222 0 10 20 40 35 16 77
Binary 10101101 10011111 10010010 0 1000 10000 100000 11101 1110 111111

Color Harmonies of #AD9F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F92

Black with #AD9F92

Text Example


Text Example

White with #AD9F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F92; }

 p { color: rgb(173,159,146); }

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

background-color css

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

 a { background-color: rgb(173,159,146); }

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

border-color css

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

 span { border-color: rgb(173,159,146); }

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