#A35402

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

Shades of Golden Brown #A35402

Tints of Golden Brown #A35402

Color information

#A35402 (or 0xA35402) is unknown color: approx Golden Brown. HEX triplet: A3, 54 and 02. RGB value is (163,84,2). Sum of RGB (Red+Green+Blue) = 163+84+2=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A35402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35402 is #5CABFD. Grayscale: #626262. Windows color (decimal): -6073342 or 152739. OLE color: 152739.

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

Color convert

RGB163842-
CMYK00.480.990.36
HSL30.56º97.58%32.35%-
HSV(B)30.56º98.77%63.92%-
XYZ18.2914.131.82-
YUV98.2773.67174.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=65.46%
G=33.73%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16384200.480.990.3630.5697.5832.35
HexA354203063241f6220
Octal2431242060143443714240
Binary1010001110101001001100001100011100100111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35402; }

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

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

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

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

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

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

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

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