#A36002

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

Shades of Golden Brown #A36002

Tints of Golden Brown #A36002

Color information

#A36002 (or 0xA36002) is unknown color: approx Golden Brown. HEX triplet: A3, 60 and 02. RGB value is (163,96,2). Sum of RGB (Red+Green+Blue) = 163+96+2=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A36002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36002 is #5C9FFD. Grayscale: #696969. Windows color (decimal): -6070270 or 155811. OLE color: 155811.

HSL color Cylindrical-coordinate representation of color #A36002: hue angle of 35.03º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A36002 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163962-
CMYK00.410.990.36
HSL35.03º97.58%32.35%-
HSV(B)35.03º98.77%63.92%-
XYZ19.316.162.16-
YUV105.3269.7169.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=62.45%
G=36.78%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16396200.410.990.3635.0397.5832.35
HexA36020296324236220
Octal2431402051143444314240
Binary10100011110000010010100111000111001001000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36002; }

 p { color: rgb(163,96,2); }

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

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

 a { background-color: rgb(163,96,2); }

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

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

 span { border-color: rgb(163,96,2); }

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