#A35302

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

Shades of Golden Brown #A35302

Tints of Golden Brown #A35302

Color information

#A35302 (or 0xA35302) is unknown color: approx Golden Brown. HEX triplet: A3, 53 and 02. RGB value is (163,83,2). Sum of RGB (Red+Green+Blue) = 163+83+2=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A35302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35302 is #5CACFD. Grayscale: #626262. Windows color (decimal): -6073598 or 152483. OLE color: 152483.

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

Color convert

RGB163832-
CMYK00.490.990.36
HSL30.19º97.58%32.35%-
HSV(B)30.19º98.77%63.92%-
XYZ18.2113.981.8-
YUV97.6974174.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.73%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=65.73%
G=33.47%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16383200.490.990.3630.1997.5832.35
HexA353203163241e6220
Octal2431232061143443614240
Binary1010001110100111001100011100011100100111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35302; }

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

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

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

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

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

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

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

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