#AC938A

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

Shades of Del Rio #AC938A

Tints of Del Rio #AC938A

Color information

#AC938A (or 0xAC938A) is unknown color: approx Del Rio. HEX triplet: AC, 93 and 8A. RGB value is (172,147,138). Sum of RGB (Red+Green+Blue) = 172+147+138=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC938A is #536C75. Grayscale: #999999. Windows color (decimal): -5467254 or 9081772. OLE color: 9081772.

HSL color Cylindrical-coordinate representation of color #AC938A: hue angle of 15.88º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC938A is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172147138-
CMYK00.150.200.33
HSL15.88º17%60.78%-
HSV(B)15.88º19.77%67.45%-
XYZ32.0331.4728.43-
YUV153.45119.28141.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=37.64%
G=32.17%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214713800.150.200.3315.881760.78
HexAC938A0F142110113d
Octal2542232120172441202175
Binary10101100100100111000101001111101001000011000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC938A; }

 p { color: rgb(172,147,138); }

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

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

 a { background-color: rgb(172,147,138); }

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

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

 span { border-color: rgb(172,147,138); }

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