Html Css Color HEX #AD9F93 Zorba

📋 copy color: '#AD9F93'

red 173 ◦ green 159 ◦ blue 147

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

Shades of Zorba #AD9F93

Tints of Zorba #AD9F93

RGB

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

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

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

R = 36.12%
G = 33.19%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD9F93 (or 0xAD9F93) is known color: Zorba. HEX triplet: AD, 9F and 93. RGB value is (173,159,147). Sum of RGB (Red+Green+Blue) = 173+159+147=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F93 is #52606C. Grayscale: #A1A1A1. Windows color (decimal): -5398637 or 9674669. OLE color: 9674669.

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

Color convert

RGB 173 159 147 -
CMYK 0 0.08 0.15 0.32
HSL 27.69º 0.14% 0.63% -
HSV(B) 27.69º 0.15% 0.68% -
XYZ 34.9 35.79 32.67 -
YUV 161.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 173 159 147 0 0.08 0.15 0.32 27.69 0.14 0.63
Hex AD 9F 93 0 8 F 20 1C E 3F
Octal 255 237 223 0 10 17 40 34 16 77
Binary 10101101 10011111 10010011 0 1000 1111 100000 11100 1110 111111

Color Harmonies of #AD9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F93

Black with #AD9F93

Text Example


Text Example

White with #AD9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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