#A3590E

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

Shades of Golden Brown #A3590E

Tints of Golden Brown #A3590E

Color information

#A3590E (or 0xA3590E) is unknown color: approx Golden Brown. HEX triplet: A3, 59 and 0E. RGB value is (163,89,14). Sum of RGB (Red+Green+Blue) = 163+89+14=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A3590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3590E is #5CA6F1. Grayscale: #666666. Windows color (decimal): -6072050 or 940451. OLE color: 940451.

HSL color Cylindrical-coordinate representation of color #A3590E: hue angle of 30.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3590E is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1638914-
CMYK00.450.910.36
HSL30.2º84.18%34.71%-
HSV(B)30.2º91.41%63.92%-
XYZ18.7614.962.32-
YUV102.5878.02171.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=61.28%
G=33.46%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163891400.450.910.3630.284.1834.71
HexA359E02D5B241e5423
Octal24313116055133443612443
Binary101000111011001111001011011011011100100111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3590E; }

 p { color: rgb(163,89,14); }

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

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

 a { background-color: rgb(163,89,14); }

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

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

 span { border-color: rgb(163,89,14); }

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