Html Css Color HEX #AD9C97 Del Rio

📋 copy color: '#AD9C97'

red 173 ◦ green 156 ◦ blue 151

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

Shades of Del Rio #AD9C97

Tints of Del Rio #AD9C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 36.04%
G = 32.5%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9C97 (or 0xAD9C97) is known color: Del Rio. HEX triplet: AD, 9C and 97. RGB value is (173,156,151). Sum of RGB (Red+Green+Blue) = 173+156+151=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C97 is #526368. Grayscale: #A0A0A0. Windows color (decimal): -5399401 or 9936045. OLE color: 9936045.

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

Color convert

RGB 173 156 151 -
CMYK 0 0.10 0.13 0.32
HSL 13.64º 0.12% 0.64% -
HSV(B) 13.64º 0.13% 0.68% -
XYZ 34.71 34.9 34.18 -
YUV 160.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 173 156 151 0 0.10 0.13 0.32 13.64 0.12 0.64
Hex AD 9C 97 0 A D 20 E C 40
Octal 255 234 227 0 12 15 40 16 14 100
Binary 10101101 10011100 10010111 0 1010 1101 100000 1110 1100 1000000

Color Harmonies of #AD9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C97

Black with #AD9C97

Text Example


Text Example

White with #AD9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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