Html Css Color HEX #AD968D Del Rio

📋 copy color: '#AD968D'

red 173 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #AD968D

Tints of Del Rio #AD968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 37.28%
G = 32.33%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD968D (or 0xAD968D) is known color: Del Rio. HEX triplet: AD, 96 and 8D. RGB value is (173,150,141). Sum of RGB (Red+Green+Blue) = 173+150+141=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968D is #526972. Grayscale: #9B9B9B. Windows color (decimal): -5400947 or 9279149. OLE color: 9279149.

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

Color convert

RGB 173 150 141 -
CMYK 0 0.13 0.18 0.32
HSL 16.88º 0.16% 0.62% -
HSV(B) 16.88º 0.18% 0.68% -
XYZ 32.95 32.62 29.76 -
YUV 155.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 173 150 141 0 0.13 0.18 0.32 16.88 0.16 0.62
Hex AD 96 8D 0 D 12 20 11 10 3E
Octal 255 226 215 0 15 22 40 21 20 76
Binary 10101101 10010110 10001101 0 1101 10010 100000 10001 10000 111110

Color Harmonies of #AD968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD968D

Black with #AD968D

Text Example


Text Example

White with #AD968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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