Html Css Color HEX #AD9C8D Zorba

📋 copy color: '#AD9C8D'

red 173 ◦ green 156 ◦ blue 141

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

Shades of Zorba #AD9C8D

Tints of Zorba #AD9C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30%

R = 36.81%
G = 33.19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD9C8D (or 0xAD9C8D) is known color: Zorba. HEX triplet: AD, 9C and 8D. RGB value is (173,156,141). Sum of RGB (Red+Green+Blue) = 173+156+141=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C8D is #526372. Grayscale: #9F9F9F. Windows color (decimal): -5399411 or 9280685. OLE color: 9280685.

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

Color convert

RGB 173 156 141 -
CMYK 0 0.10 0.18 0.32
HSL 28.13º 0.16% 0.62% -
HSV(B) 28.13º 0.18% 0.68% -
XYZ 33.93 34.58 30.09 -
YUV 159.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 173 156 141 0 0.10 0.18 0.32 28.13 0.16 0.62
Hex AD 9C 8D 0 A 12 20 1C 10 3E
Octal 255 234 215 0 12 22 40 34 20 76
Binary 10101101 10011100 10001101 0 1010 10010 100000 11100 10000 111110

Color Harmonies of #AD9C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C8D

Black with #AD9C8D

Text Example


Text Example

White with #AD9C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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