Html Css Color HEX #AD9C92 Del Rio

📋 copy color: '#AD9C92'

red 173 ◦ green 156 ◦ blue 146

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

Shades of Del Rio #AD9C92

Tints of Del Rio #AD9C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 36.42%
G = 32.84%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9C92 (or 0xAD9C92) is known color: Del Rio. HEX triplet: AD, 9C and 92. RGB value is (173,156,146). Sum of RGB (Red+Green+Blue) = 173+156+146=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C92 is #52636D. Grayscale: #A0A0A0. Windows color (decimal): -5399406 or 9608365. OLE color: 9608365.

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

Color convert

RGB 173 156 146 -
CMYK 0 0.10 0.16 0.32
HSL 22.22º 0.14% 0.63% -
HSV(B) 22.22º 0.16% 0.68% -
XYZ 34.31 34.74 32.09 -
YUV 159.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 173 156 146 0 0.10 0.16 0.32 22.22 0.14 0.63
Hex AD 9C 92 0 A 10 20 16 E 3F
Octal 255 234 222 0 12 20 40 26 16 77
Binary 10101101 10011100 10010010 0 1010 10000 100000 10110 1110 111111

Color Harmonies of #AD9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C92

Black with #AD9C92

Text Example


Text Example

White with #AD9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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