#A36320

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

Shades of Golden Brown #A36320

Tints of Golden Brown #A36320

Color information

#A36320 (or 0xA36320) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 20. RGB value is (163,99,32). Sum of RGB (Red+Green+Blue) = 163+99+32=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A36320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36320 is #5C9CDF. Grayscale: #6E6E6E. Windows color (decimal): -6069472 or 2122659. OLE color: 2122659.

HSL color Cylindrical-coordinate representation of color #A36320: hue angle of 30.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A36320 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1639932-
CMYK00.390.800.36
HSL30.69º67.18%38.24%-
HSV(B)30.69º80.37%63.92%-
XYZ19.8316.813.57-
YUV110.583.7165.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=55.44%
G=33.67%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163993200.390.800.3630.6967.1838.24
HexA3632002750241f4326
Octal24314340047120443710346
Binary10100011110001110000001001111010000100100111111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36320; }

 p { color: rgb(163,99,32); }

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

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

 a { background-color: rgb(163,99,32); }

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

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

 span { border-color: rgb(163,99,32); }

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