Html Css Color HEX #AC9992 Del Rio

📋 copy color: '#AC9992'

red 172 ◦ green 153 ◦ blue 146

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

Shades of Del Rio #AC9992

Tints of Del Rio #AC9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31%

R = 36.52%
G = 32.48%
B = 31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9992 (or 0xAC9992) is known color: Del Rio. HEX triplet: AC, 99 and 92. RGB value is (172,153,146). Sum of RGB (Red+Green+Blue) = 172+153+146=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9992 is #53666D. Grayscale: #9D9D9D. Windows color (decimal): -5465710 or 9607596. OLE color: 9607596.

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

Color convert

RGB 172 153 146 -
CMYK 0 0.11 0.15 0.33
HSL 16.15º 0.14% 0.62% -
HSV(B) 16.15º 0.15% 0.67% -
XYZ 33.59 33.63 31.91 -
YUV 157.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 172 153 146 0 0.11 0.15 0.33 16.15 0.14 0.62
Hex AC 99 92 0 B F 21 10 E 3E
Octal 254 231 222 0 13 17 41 20 16 76
Binary 10101100 10011001 10010010 0 1011 1111 100001 10000 1110 111110

Color Harmonies of #AC9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9992

Black with #AC9992

Text Example


Text Example

White with #AC9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9992; }

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

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

background-color css

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

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

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

border-color css

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

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

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