Html Css Color HEX #AC9991 Del Rio

📋 copy color: '#AC9991'

red 172 ◦ green 153 ◦ blue 145

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

Shades of Del Rio #AC9991

Tints of Del Rio #AC9991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 36.6%
G = 32.55%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9991 (or 0xAC9991) is known color: Del Rio. HEX triplet: AC, 99 and 91. RGB value is (172,153,145). Sum of RGB (Red+Green+Blue) = 172+153+145=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9991 is #53666E. Grayscale: #9D9D9D. Windows color (decimal): -5465711 or 9542060. OLE color: 9542060.

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

Color convert

RGB 172 153 145 -
CMYK 0 0.11 0.16 0.33
HSL 17.78º 0.14% 0.62% -
HSV(B) 17.78º 0.16% 0.67% -
XYZ 33.52 33.6 31.51 -
YUV 157.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 172 153 145 0 0.11 0.16 0.33 17.78 0.14 0.62
Hex AC 99 91 0 B 10 21 12 E 3E
Octal 254 231 221 0 13 20 41 22 16 76
Binary 10101100 10011001 10010001 0 1011 10000 100001 10010 1110 111110

Color Harmonies of #AC9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9991

Black with #AC9991

Text Example


Text Example

White with #AC9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9991; }

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

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

background-color css

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

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

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

border-color css

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

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

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