Html Css Color HEX #AC9A91 Del Rio

📋 copy color: '#AC9A91'

red 172 ◦ green 154 ◦ blue 145

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

Shades of Del Rio #AC9A91

Tints of Del Rio #AC9A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

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

R = 36.52%
G = 32.7%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9A91 (or 0xAC9A91) is known color: Del Rio. HEX triplet: AC, 9A and 91. RGB value is (172,154,145). Sum of RGB (Red+Green+Blue) = 172+154+145=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A91 is #53656E. Grayscale: #9E9E9E. Windows color (decimal): -5465455 or 9542316. OLE color: 9542316.

HSL color Cylindrical-coordinate representation of color #AC9A91: hue angle of 20º 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 #AC9A91 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 145 -
CMYK 0 0.10 0.16 0.33
HSL 20º 0.14% 0.62% -
HSV(B) 20º 0.16% 0.67% -
XYZ 33.68 33.93 31.56 -
YUV 158.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 172 154 145 0 0.10 0.16 0.33 20 0.14 0.62
Hex AC 9A 91 0 A 10 21 14 E 3E
Octal 254 232 221 0 12 20 41 24 16 76
Binary 10101100 10011010 10010001 0 1010 10000 100001 10100 1110 111110

Color Harmonies of #AC9A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A91

Black with #AC9A91

Text Example


Text Example

White with #AC9A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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