#AC645A

Color #AC645A Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #AC645A

Tints of Au Chico #AC645A

Color information

#AC645A (or 0xAC645A) is unknown color: approx Au Chico. HEX triplet: AC, 64 and 5A. RGB value is (172,100,90). Sum of RGB (Red+Green+Blue) = 172+100+90=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC645A is #539BA5. Grayscale: #787878. Windows color (decimal): -5479334 or 5924012. OLE color: 5924012.

HSL color Cylindrical-coordinate representation of color #AC645A: hue angle of 7.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC645A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17210090-
CMYK00.420.480.33
HSL7.32º33.06%51.37%-
HSV(B)7.32º47.67%67.45%-
XYZ23.4218.6212.03-
YUV120.39110.85164.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=47.51%
G=27.62%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721009000.420.480.337.3233.0651.37
HexAC645A02A302172133
Octal254144132052604174163
Binary10101100110010010110100101010110000100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC645A; }

 p { color: rgb(172,100,90); }

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

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

 a { background-color: rgb(172,100,90); }

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

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

 span { border-color: rgb(172,100,90); }

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