#A36220

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

Shades of Golden Brown #A36220

Tints of Golden Brown #A36220

Color information

#A36220 (or 0xA36220) is unknown color: approx Golden Brown. HEX triplet: A3, 62 and 20. RGB value is (163,98,32). Sum of RGB (Red+Green+Blue) = 163+98+32=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A36220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36220 is #5C9DDF. Grayscale: #6E6E6E. Windows color (decimal): -6069728 or 2122403. OLE color: 2122403.

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

Color convert

RGB1639832-
CMYK00.400.800.36
HSL30.23º67.18%38.24%-
HSV(B)30.23º80.37%63.92%-
XYZ19.7316.633.54-
YUV109.9184.03165.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=55.63%
G=33.45%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163983200.400.800.3630.2367.1838.24
HexA3622002850241e4326
Octal24314240050120443610346
Binary10100011110001010000001010001010000100100111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36220; }

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

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

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

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

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

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

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

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