Html Css Color HEX #AD9C8F Zorba

📋 copy color: '#AD9C8F'

red 173 ◦ green 156 ◦ blue 143

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

Shades of Zorba #AD9C8F

Tints of Zorba #AD9C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 36.65%
G = 33.05%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9C8F (or 0xAD9C8F) is known color: Zorba. HEX triplet: AD, 9C and 8F. RGB value is (173,156,143). Sum of RGB (Red+Green+Blue) = 173+156+143=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C8F is #526370. Grayscale: #9F9F9F. Windows color (decimal): -5399409 or 9411757. OLE color: 9411757.

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

Color convert

RGB 173 156 143 -
CMYK 0 0.10 0.17 0.32
HSL 26º 0.15% 0.62% -
HSV(B) 26º 0.17% 0.68% -
XYZ 34.08 34.64 30.88 -
YUV 159.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 173 156 143 0 0.10 0.17 0.32 26 0.15 0.62
Hex AD 9C 8F 0 A 11 20 1A F 3E
Octal 255 234 217 0 12 21 40 32 17 76
Binary 10101101 10011100 10001111 0 1010 10001 100000 11010 1111 111110

Color Harmonies of #AD9C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C8F

Black with #AD9C8F

Text Example


Text Example

White with #AD9C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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