Html Css Color HEX #AD968E Del Rio

📋 copy color: '#AD968E'

red 173 ◦ green 150 ◦ blue 142

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

Shades of Del Rio #AD968E

Tints of Del Rio #AD968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 37.2%
G = 32.26%
B = 30.54%

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

#AD968E (or 0xAD968E) is known color: Del Rio. HEX triplet: AD, 96 and 8E. RGB value is (173,150,142). Sum of RGB (Red+Green+Blue) = 173+150+142=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968E is #526971. Grayscale: #9C9C9C. Windows color (decimal): -5400946 or 9344685. OLE color: 9344685.

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

Color convert

RGB 173 150 142 -
CMYK 0 0.13 0.18 0.32
HSL 15.48º 0.16% 0.62% -
HSV(B) 15.48º 0.18% 0.68% -
XYZ 33.02 32.65 30.15 -
YUV 155.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 173 150 142 0 0.13 0.18 0.32 15.48 0.16 0.62
Hex AD 96 8E 0 D 12 20 F 10 3E
Octal 255 226 216 0 15 22 40 17 20 76
Binary 10101101 10010110 10001110 0 1101 10010 100000 1111 10000 111110

Color Harmonies of #AD968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD968E

Black with #AD968E

Text Example


Text Example

White with #AD968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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