Html Css Color HEX #AC9D92 Del Rio

📋 copy color: '#AC9D92'

red 172 ◦ green 157 ◦ blue 146

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

Shades of Del Rio #AC9D92

Tints of Del Rio #AC9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

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

R = 36.21%
G = 33.05%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9D92 (or 0xAC9D92) is known color: Del Rio. HEX triplet: AC, 9D and 92. RGB value is (172,157,146). Sum of RGB (Red+Green+Blue) = 172+157+146=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D92 is #53626D. Grayscale: #A0A0A0. Windows color (decimal): -5464686 or 9608620. OLE color: 9608620.

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

Color convert

RGB 172 157 146 -
CMYK 0 0.09 0.15 0.33
HSL 25.38º 0.14% 0.62% -
HSV(B) 25.38º 0.15% 0.67% -
XYZ 34.26 34.96 32.14 -
YUV 160.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 172 157 146 0 0.09 0.15 0.33 25.38 0.14 0.62
Hex AC 9D 92 0 9 F 21 19 E 3E
Octal 254 235 222 0 11 17 41 31 16 76
Binary 10101100 10011101 10010010 0 1001 1111 100001 11001 1110 111110

Color Harmonies of #AC9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D92

Black with #AC9D92

Text Example


Text Example

White with #AC9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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