#AC611A

Color #AC611A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC611A

Tints of Golden Brown #AC611A

Color information

#AC611A (or 0xAC611A) is unknown color: approx Golden Brown. HEX triplet: AC, 61 and 1A. RGB value is (172,97,26). Sum of RGB (Red+Green+Blue) = 172+97+26=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC611A is #539EE5. Grayscale: #6F6F6F. Windows color (decimal): -5480166 or 1728940. OLE color: 1728940.

HSL color Cylindrical-coordinate representation of color #AC611A: hue angle of 29.18º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC611A is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1729726-
CMYK00.440.850.33
HSL29.18º73.74%38.82%-
HSV(B)29.18º84.88%67.45%-
XYZ21.4717.393.2-
YUV111.3379.85171.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=58.31%
G=32.88%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172972600.440.850.3329.1873.7438.82
HexAC611A02C55211d4a27
Octal25414132054125413511247
Binary1010110011000011101001011001010101100001111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC611A; }

 p { color: rgb(172,97,26); }

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

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

 a { background-color: rgb(172,97,26); }

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

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

 span { border-color: rgb(172,97,26); }

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