Html Css Color HEX #AD8F84 Del Rio

📋 copy color: '#AD8F84'

red 173 ◦ green 143 ◦ blue 132

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

Shades of Del Rio #AD8F84

Tints of Del Rio #AD8F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 38.62%
G = 31.92%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD8F84 (or 0xAD8F84) is known color: Del Rio. HEX triplet: AD, 8F and 84. RGB value is (173,143,132). Sum of RGB (Red+Green+Blue) = 173+143+132=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F84 is #52707B. Grayscale: #969696. Windows color (decimal): -5402748 or 8687533. OLE color: 8687533.

HSL color Cylindrical-coordinate representation of color #AD8F84: hue angle of 16.1º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8F84 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 132 -
CMYK 0 0.17 0.24 0.32
HSL 16.1º 0.2% 0.6% -
HSV(B) 16.1º 0.24% 0.68% -
XYZ 31.22 30.2 26.01 -
YUV 150.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 173 143 132 0 0.17 0.24 0.32 16.1 0.2 0.6
Hex AD 8F 84 0 11 18 20 10 14 3C
Octal 255 217 204 0 21 30 40 20 24 74
Binary 10101101 10001111 10000100 0 10001 11000 100000 10000 10100 111100

Color Harmonies of #AD8F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F84

Black with #AD8F84

Text Example


Text Example

White with #AD8F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F84; }

 p { color: rgb(173,143,132); }

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

background-color css

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

 a { background-color: rgb(173,143,132); }

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

border-color css

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

 span { border-color: rgb(173,143,132); }

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