#A35306

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

Shades of Golden Brown #A35306

Tints of Golden Brown #A35306

Color information

#A35306 (or 0xA35306) is unknown color: approx Golden Brown. HEX triplet: A3, 53 and 06. RGB value is (163,83,6). Sum of RGB (Red+Green+Blue) = 163+83+6=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A35306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35306 is #5CACF9. Grayscale: #626262. Windows color (decimal): -6073594 or 414627. OLE color: 414627.

HSL color Cylindrical-coordinate representation of color #A35306: hue angle of 29.43º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A35306 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163836-
CMYK00.490.960.36
HSL29.43º92.9%33.14%-
HSV(B)29.43º96.32%63.92%-
XYZ18.2313.991.91-
YUV98.1476174.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=64.68%
G=32.94%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16383600.490.960.3629.4392.933.14
HexA353603160241d5d21
Octal2431236061140443513541
Binary10100011101001111001100011100000100100111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35306; }

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

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

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

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

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

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

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

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