Html Css Color HEX #AD9D8E Zorba

📋 copy color: '#AD9D8E'

red 173 ◦ green 157 ◦ blue 142

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

Shades of Zorba #AD9D8E

Tints of Zorba #AD9D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 36.65%
G = 33.26%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD9D8E (or 0xAD9D8E) is known color: Zorba. HEX triplet: AD, 9D and 8E. RGB value is (173,157,142). Sum of RGB (Red+Green+Blue) = 173+157+142=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D8E is #526271. Grayscale: #A0A0A0. Windows color (decimal): -5399154 or 9346477. OLE color: 9346477.

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

Color convert

RGB 173 157 142 -
CMYK 0 0.09 0.18 0.32
HSL 29.03º 0.16% 0.62% -
HSV(B) 29.03º 0.18% 0.68% -
XYZ 34.17 34.95 30.54 -
YUV 160.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 173 157 142 0 0.09 0.18 0.32 29.03 0.16 0.62
Hex AD 9D 8E 0 9 12 20 1D 10 3E
Octal 255 235 216 0 11 22 40 35 20 76
Binary 10101101 10011101 10001110 0 1001 10010 100000 11101 10000 111110

Color Harmonies of #AD9D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D8E

Black with #AD9D8E

Text Example


Text Example

White with #AD9D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D8E; }

 p { color: rgb(173,157,142); }

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

background-color css

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

 a { background-color: rgb(173,157,142); }

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

border-color css

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

 span { border-color: rgb(173,157,142); }

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