Html Css Color HEX #AD9987 Zorba

📋 copy color: '#AD9987'

red 173 ◦ green 153 ◦ blue 135

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

Shades of Zorba #AD9987

Tints of Zorba #AD9987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.19%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 37.53%
G = 33.19%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD9987 (or 0xAD9987) is known color: Zorba. HEX triplet: AD, 99 and 87. RGB value is (173,153,135). Sum of RGB (Red+Green+Blue) = 173+153+135=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9987 is #526678. Grayscale: #9D9D9D. Windows color (decimal): -5400185 or 8886701. OLE color: 8886701.

HSL color Cylindrical-coordinate representation of color #AD9987: hue angle of 28.42º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9987 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 135 -
CMYK 0 0.12 0.22 0.32
HSL 28.42º 0.19% 0.6% -
HSV(B) 28.42º 0.22% 0.68% -
XYZ 33 33.42 27.63 -
YUV 156.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 173 153 135 0 0.12 0.22 0.32 28.42 0.19 0.6
Hex AD 99 87 0 C 16 20 1C 13 3C
Octal 255 231 207 0 14 26 40 34 23 74
Binary 10101101 10011001 10000111 0 1100 10110 100000 11100 10011 111100

Color Harmonies of #AD9987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9987

Black with #AD9987

Text Example


Text Example

White with #AD9987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9987; }

 p { color: rgb(173,153,135); }

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

background-color css

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

 a { background-color: rgb(173,153,135); }

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

border-color css

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

 span { border-color: rgb(173,153,135); }

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