#A35102

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

Shades of Golden Brown #A35102

Tints of Golden Brown #A35102

Color information

#A35102 (or 0xA35102) is unknown color: approx Golden Brown. HEX triplet: A3, 51 and 02. RGB value is (163,81,2). Sum of RGB (Red+Green+Blue) = 163+81+2=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A35102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35102 is #5CAEFD. Grayscale: #606060. Windows color (decimal): -6074110 or 151971. OLE color: 151971.

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

Color convert

RGB163812-
CMYK00.500.990.36
HSL29.44º97.58%32.35%-
HSV(B)29.44º98.77%63.92%-
XYZ18.0613.681.75-
YUV96.5174.67175.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.26%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=66.26%
G=32.93%
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
Decimal16381200.500.990.3629.4497.5832.35
HexA351203263241d6220
Octal2431212062143443514240
Binary1010001110100011001100101100011100100111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35102; }

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

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

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

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

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

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

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

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