#A35202

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

Shades of Golden Brown #A35202

Tints of Golden Brown #A35202

Color information

#A35202 (or 0xA35202) is unknown color: approx Golden Brown. HEX triplet: A3, 52 and 02. RGB value is (163,82,2). Sum of RGB (Red+Green+Blue) = 163+82+2=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A35202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35202 is #5CADFD. Grayscale: #616161. Windows color (decimal): -6073854 or 152227. OLE color: 152227.

HSL color Cylindrical-coordinate representation of color #A35202: hue angle of 29.81º 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 #A35202 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163822-
CMYK00.500.990.36
HSL29.81º97.58%32.35%-
HSV(B)29.81º98.77%63.92%-
XYZ18.1313.831.77-
YUV97.174.34175-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=65.99%
G=33.20%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16382200.500.990.3629.8197.5832.35
HexA352203263241e6220
Octal2431222062143443614240
Binary1010001110100101001100101100011100100111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35202; }

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

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

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

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

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

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

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

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