Html Css Color HEX #AC9186 Del Rio

📋 copy color: '#AC9186'

red 172 ◦ green 145 ◦ blue 134

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

Shades of Del Rio #AC9186

Tints of Del Rio #AC9186

RGB

 RED value IS 172 (67.58% from 255) = 38.14%

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 38.14%
G = 32.15%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC9186 (or 0xAC9186) is known color: Del Rio. HEX triplet: AC, 91 and 86. RGB value is (172,145,134). Sum of RGB (Red+Green+Blue) = 172+145+134=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9186 is #536E79. Grayscale: #979797. Windows color (decimal): -5467770 or 8819116. OLE color: 8819116.

HSL color Cylindrical-coordinate representation of color #AC9186: hue angle of 17.37º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9186 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 134 -
CMYK 0 0.16 0.22 0.33
HSL 17.37º 0.19% 0.6% -
HSV(B) 17.37º 0.22% 0.67% -
XYZ 31.44 30.74 26.83 -
YUV 151.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 172 145 134 0 0.16 0.22 0.33 17.37 0.19 0.6
Hex AC 91 86 0 10 16 21 11 13 3C
Octal 254 221 206 0 20 26 41 21 23 74
Binary 10101100 10010001 10000110 0 10000 10110 100001 10001 10011 111100

Color Harmonies of #AC9186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9186

Black with #AC9186

Text Example


Text Example

White with #AC9186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9186; }

 p { color: rgb(172,145,134); }

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

background-color css

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

 a { background-color: rgb(172,145,134); }

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

border-color css

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

 span { border-color: rgb(172,145,134); }

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