#A3600E

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

Shades of Golden Brown #A3600E

Tints of Golden Brown #A3600E

Color information

#A3600E (or 0xA3600E) is unknown color: approx Golden Brown. HEX triplet: A3, 60 and 0E. RGB value is (163,96,14). Sum of RGB (Red+Green+Blue) = 163+96+14=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3600E is #5C9FF1. Grayscale: #6B6B6B. Windows color (decimal): -6070258 or 942243. OLE color: 942243.

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

Color convert

RGB1639614-
CMYK00.410.910.36
HSL33.02º84.18%34.71%-
HSV(B)33.02º91.41%63.92%-
XYZ19.3716.182.52-
YUV106.6875.7168.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=59.71%
G=35.16%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163961400.410.910.3633.0284.1834.71
HexA360E0295B24215423
Octal24314016051133444112443
Binary1010001111000001110010100110110111001001000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3600E; }

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

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

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

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

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

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

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

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