Html Css Color HEX #AD9E8E Zorba

📋 copy color: '#AD9E8E'

red 173 ◦ green 158 ◦ blue 142

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

Shades of Zorba #AD9E8E

Tints of Zorba #AD9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

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

R = 36.58%
G = 33.4%
B = 30.02%

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

#AD9E8E (or 0xAD9E8E) is known color: Zorba. HEX triplet: AD, 9E and 8E. RGB value is (173,158,142). Sum of RGB (Red+Green+Blue) = 173+158+142=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E8E is #526171. Grayscale: #A0A0A0. Windows color (decimal): -5398898 or 9346733. OLE color: 9346733.

HSL color Cylindrical-coordinate representation of color #AD9E8E: hue angle of 30.97º 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 #AD9E8E is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 142 -
CMYK 0 0.09 0.18 0.32
HSL 30.97º 0.16% 0.62% -
HSV(B) 30.97º 0.18% 0.68% -
XYZ 34.34 35.29 30.59 -
YUV 160.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 173 158 142 0 0.09 0.18 0.32 30.97 0.16 0.62
Hex AD 9E 8E 0 9 12 20 1F 10 3E
Octal 255 236 216 0 11 22 40 37 20 76
Binary 10101101 10011110 10001110 0 1001 10010 100000 11111 10000 111110

Color Harmonies of #AD9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E8E

Black with #AD9E8E

Text Example


Text Example

White with #AD9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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