Html Css Color HEX #AD9C8C Zorba

📋 copy color: '#AD9C8C'

red 173 ◦ green 156 ◦ blue 140

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

Shades of Zorba #AD9C8C

Tints of Zorba #AD9C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 36.89%
G = 33.26%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD9C8C (or 0xAD9C8C) is known color: Zorba. HEX triplet: AD, 9C and 8C. RGB value is (173,156,140). Sum of RGB (Red+Green+Blue) = 173+156+140=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C8C is #526373. Grayscale: #9F9F9F. Windows color (decimal): -5399412 or 9215149. OLE color: 9215149.

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

Color convert

RGB 173 156 140 -
CMYK 0 0.10 0.19 0.32
HSL 29.09º 0.17% 0.61% -
HSV(B) 29.09º 0.19% 0.68% -
XYZ 33.86 34.55 29.7 -
YUV 159.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 173 156 140 0 0.10 0.19 0.32 29.09 0.17 0.61
Hex AD 9C 8C 0 A 13 20 1D 11 3D
Octal 255 234 214 0 12 23 40 35 21 75
Binary 10101101 10011100 10001100 0 1010 10011 100000 11101 10001 111101

Color Harmonies of #AD9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C8C

Black with #AD9C8C

Text Example


Text Example

White with #AD9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C8C; }

 p { color: rgb(173,156,140); }

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

background-color css

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

 a { background-color: rgb(173,156,140); }

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

border-color css

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

 span { border-color: rgb(173,156,140); }

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