#AC6201

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

Shades of Golden Brown #AC6201

Tints of Golden Brown #AC6201

Color information

#AC6201 (or 0xAC6201) is unknown color: approx Golden Brown. HEX triplet: AC, 62 and 01. RGB value is (172,98,1). Sum of RGB (Red+Green+Blue) = 172+98+1=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6201 is #539DFE. Grayscale: #6D6D6D. Windows color (decimal): -5479935 or 90796. OLE color: 90796.

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

Color convert

RGB172981-
CMYK00.430.990.33
HSL34.04º98.84%33.92%-
HSV(B)34.04º99.42%67.45%-
XYZ21.3917.512.28-
YUV109.0767.02172.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=63.47%
G=36.16%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17298100.430.990.3334.0498.8433.92
HexAC62102B6321226322
Octal2541421053143414214342
Binary1010110011000101010101111000111000011000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6201; }

 p { color: rgb(172,98,1); }

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

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

 a { background-color: rgb(172,98,1); }

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

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

 span { border-color: rgb(172,98,1); }

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