#A1630E

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

Shades of Golden Brown #A1630E

Tints of Golden Brown #A1630E

Color information

#A1630E (or 0xA1630E) is unknown color: approx Golden Brown. HEX triplet: A1, 63 and 0E. RGB value is (161,99,14). Sum of RGB (Red+Green+Blue) = 161+99+14=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1630E is #5E9CF1. Grayscale: #6C6C6C. Windows color (decimal): -6200562 or 943009. OLE color: 943009.

HSL color Cylindrical-coordinate representation of color #A1630E: hue angle of 34.69º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1630E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1619914-
CMYK00.390.910.37
HSL34.69º84%34.31%-
HSV(B)34.69º91.3%63.14%-
XYZ19.2416.532.59-
YUV107.8575.04165.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=58.76%
G=36.13%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161991400.390.910.3734.698434.31
HexA163E0275B25235422
Octal24114316047133454312442
Binary1010000111000111110010011110110111001011000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1630E; }

 p { color: rgb(161,99,14); }

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

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

 a { background-color: rgb(161,99,14); }

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

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

 span { border-color: rgb(161,99,14); }

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