#A2630E

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

Shades of Golden Brown #A2630E

Tints of Golden Brown #A2630E

Color information

#A2630E (or 0xA2630E) is unknown color: approx Golden Brown. HEX triplet: A2, 63 and 0E. RGB value is (162,99,14). Sum of RGB (Red+Green+Blue) = 162+99+14=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2630E is #5D9CF1. Grayscale: #6C6C6C. Windows color (decimal): -6135026 or 943010. OLE color: 943010.

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

Color convert

RGB1629914-
CMYK00.390.910.36
HSL34.46º84.09%34.51%-
HSV(B)34.46º91.36%63.53%-
XYZ19.4416.642.6-
YUV108.1574.87166.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=58.91%
G=36%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162991400.390.910.3634.4684.0934.51
HexA263E0275B24225423
Octal24214316047133444212443
Binary1010001011000111110010011110110111001001000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2630E; }

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

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

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

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

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

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

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

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