#ACA19A

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

Shades of Del Rio #ACA19A

Tints of Del Rio #ACA19A

Color information

#ACA19A (or 0xACA19A) is unknown color: approx Del Rio. HEX triplet: AC, A1 and 9A. RGB value is (172,161,154). Sum of RGB (Red+Green+Blue) = 172+161+154=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19A is #535E65. Grayscale: #A3A3A3. Windows color (decimal): -5463654 or 10133932. OLE color: 10133932.

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

Color convert

RGB172161154-
CMYK00.060.100.33
HSL23.33º9.78%63.92%-
HSV(B)23.33º10.47%67.45%-
XYZ35.5936.5935.76-
YUV163.49122.64134.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=35.32%
G=33.06%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115400.060.100.3323.339.7863.92
HexACA19A06A2117a40
Octal2542412320612412712100
Binary101011001010000110011010011010101000011011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA19A; }

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

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

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

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

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

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

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

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