#AC6403

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

Shades of Golden Brown #AC6403

Tints of Golden Brown #AC6403

Color information

#AC6403 (or 0xAC6403) is unknown color: approx Golden Brown. HEX triplet: AC, 64 and 03. RGB value is (172,100,3). Sum of RGB (Red+Green+Blue) = 172+100+3=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6403 is #539BFC. Grayscale: #6E6E6E. Windows color (decimal): -5479421 or 222380. OLE color: 222380.

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

Color convert

RGB1721003-
CMYK00.420.980.33
HSL34.44º96.57%34.31%-
HSV(B)34.44º98.26%67.45%-
XYZ21.5917.892.4-
YUV110.4767.35171.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=62.55%
G=36.36%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172100300.420.980.3334.4496.5734.31
HexAC64302A6221226122
Octal2541443052142414214142
Binary10101100110010011010101011000101000011000101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6403; }

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

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

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

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

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

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

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

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