Html Css Color HEX #AC9A92 Del Rio

📋 copy color: '#AC9A92'

red 172 ◦ green 154 ◦ blue 146

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

Shades of Del Rio #AC9A92

Tints of Del Rio #AC9A92

RGB

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

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

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

R = 36.44%
G = 32.63%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9A92 (or 0xAC9A92) is known color: Del Rio. HEX triplet: AC, 9A and 92. RGB value is (172,154,146). Sum of RGB (Red+Green+Blue) = 172+154+146=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A92 is #53656D. Grayscale: #9E9E9E. Windows color (decimal): -5465454 or 9607852. OLE color: 9607852.

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

Color convert

RGB 172 154 146 -
CMYK 0 0.10 0.15 0.33
HSL 18.46º 0.14% 0.62% -
HSV(B) 18.46º 0.15% 0.67% -
XYZ 33.76 33.96 31.97 -
YUV 158.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 172 154 146 0 0.10 0.15 0.33 18.46 0.14 0.62
Hex AC 9A 92 0 A F 21 12 E 3E
Octal 254 232 222 0 12 17 41 22 16 76
Binary 10101100 10011010 10010010 0 1010 1111 100001 10010 1110 111110

Color Harmonies of #AC9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A92

Black with #AC9A92

Text Example


Text Example

White with #AC9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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