#ACA098

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

Shades of Del Rio #ACA098

Tints of Del Rio #ACA098

Color information

#ACA098 (or 0xACA098) is unknown color: approx Del Rio. HEX triplet: AC, A0 and 98. RGB value is (172,160,152). Sum of RGB (Red+Green+Blue) = 172+160+152=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA098 is #535F67. Grayscale: #A2A2A2. Windows color (decimal): -5463912 or 10002604. OLE color: 10002604.

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

Color convert

RGB172160152-
CMYK00.070.120.33
HSL24º10.75%63.53%-
HSV(B)24º11.63%67.45%-
XYZ35.2536.1834.83-
YUV162.68121.98134.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=35.54%
G=33.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216015200.070.120.332410.7563.53
HexACA09807C2118b40
Octal2542402300714413013100
Binary101011001010000010011000011111001000011100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA098; }

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

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

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

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

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

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

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

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