#AC9F98

Color #AC9F98 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #AC9F98

Tints of Del Rio #AC9F98

Color information

#AC9F98 (or 0xAC9F98) is unknown color: approx Del Rio. HEX triplet: AC, 9F and 98. RGB value is (172,159,152). Sum of RGB (Red+Green+Blue) = 172+159+152=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F98 is #536067. Grayscale: #A2A2A2. Windows color (decimal): -5464168 or 10002348. OLE color: 10002348.

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

Color convert

RGB172159152-
CMYK00.080.120.33
HSL21º10.75%63.53%-
HSV(B)21º11.63%67.45%-
XYZ35.0835.8334.77-
YUV162.09122.31135.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=35.61%
G=32.92%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215915200.080.120.332110.7563.53
HexAC9F9808C2115b40
Octal25423723001014412513100
Binary1010110010011111100110000100011001000011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F98; }

 p { color: rgb(172,159,152); }

 H1.HeaderClassName
 {
   color: #AC9F98;
 }
 .AnyTagClassName
 {
   color: #AC9F98;
 }
</style>
background-color css

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

 a { background-color: rgb(172,159,152); }

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

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

 span { border-color: rgb(172,159,152); }

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