#AC9B90

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

Shades of Del Rio #AC9B90

Tints of Del Rio #AC9B90

Color information

#AC9B90 (or 0xAC9B90) is unknown color: approx Del Rio. HEX triplet: AC, 9B and 90. RGB value is (172,155,144). Sum of RGB (Red+Green+Blue) = 172+155+144=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B90 is #53646F. Grayscale: #9E9E9E. Windows color (decimal): -5465200 or 9477036. OLE color: 9477036.

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

Color convert

RGB172155144-
CMYK00.100.160.33
HSL23.57º14.43%61.96%-
HSV(B)23.57º16.28%67.45%-
XYZ33.7734.2331.21-
YUV158.83119.63137.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=36.52%
G=32.91%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215514400.100.160.3323.5714.4361.96
HexAC9B900A102118e3e
Octal2542332200122041301676
Binary1010110010011011100100000101010000100001110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B90; }

 p { color: rgb(172,155,144); }

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

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

 a { background-color: rgb(172,155,144); }

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

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

 span { border-color: rgb(172,155,144); }

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