Html Css Color HEX #AD9889 Zorba

📋 copy color: '#AD9889'

red 173 ◦ green 152 ◦ blue 137

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

Shades of Zorba #AD9889

Tints of Zorba #AD9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 37.45%
G = 32.9%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD9889 (or 0xAD9889) is known color: Zorba. HEX triplet: AD, 98 and 89. RGB value is (173,152,137). Sum of RGB (Red+Green+Blue) = 173+152+137=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9889 is #526776. Grayscale: #9C9C9C. Windows color (decimal): -5400439 or 9017517. OLE color: 9017517.

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

Color convert

RGB 173 152 137 -
CMYK 0 0.12 0.21 0.32
HSL 25º 0.18% 0.61% -
HSV(B) 25º 0.21% 0.68% -
XYZ 32.98 33.15 28.33 -
YUV 156.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 173 152 137 0 0.12 0.21 0.32 25 0.18 0.61
Hex AD 98 89 0 C 15 20 19 12 3D
Octal 255 230 211 0 14 25 40 31 22 75
Binary 10101101 10011000 10001001 0 1100 10101 100000 11001 10010 111101

Color Harmonies of #AD9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9889

Black with #AD9889

Text Example


Text Example

White with #AD9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9889; }

 p { color: rgb(173,152,137); }

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

background-color css

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

 a { background-color: rgb(173,152,137); }

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

border-color css

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

 span { border-color: rgb(173,152,137); }

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