Html Css Color HEX #AD968A Del Rio

📋 copy color: '#AD968A'

red 173 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #AD968A

Tints of Del Rio #AD968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 37.53%
G = 32.54%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD968A (or 0xAD968A) is known color: Del Rio. HEX triplet: AD, 96 and 8A. RGB value is (173,150,138). Sum of RGB (Red+Green+Blue) = 173+150+138=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968A is #526975. Grayscale: #9B9B9B. Windows color (decimal): -5400950 or 9082541. OLE color: 9082541.

HSL color Cylindrical-coordinate representation of color #AD968A: hue angle of 20.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD968A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 138 -
CMYK 0 0.13 0.20 0.32
HSL 20.57º 0.18% 0.61% -
HSV(B) 20.57º 0.2% 0.68% -
XYZ 32.73 32.53 28.6 -
YUV 155.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 173 150 138 0 0.13 0.20 0.32 20.57 0.18 0.61
Hex AD 96 8A 0 D 14 20 15 12 3D
Octal 255 226 212 0 15 24 40 25 22 75
Binary 10101101 10010110 10001010 0 1101 10100 100000 10101 10010 111101

Color Harmonies of #AD968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD968A

Black with #AD968A

Text Example


Text Example

White with #AD968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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