#A26003

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

Shades of Golden Brown #A26003

Tints of Golden Brown #A26003

Color information

#A26003 (or 0xA26003) is unknown color: approx Golden Brown. HEX triplet: A2, 60 and 03. RGB value is (162,96,3). Sum of RGB (Red+Green+Blue) = 162+96+3=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A26003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26003 is #5D9FFC. Grayscale: #696969. Windows color (decimal): -6135805 or 221346. OLE color: 221346.

HSL color Cylindrical-coordinate representation of color #A26003: hue angle of 35.09º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A26003 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB162963-
CMYK00.410.980.36
HSL35.09º96.36%32.35%-
HSV(B)35.09º98.15%63.53%-
XYZ19.116.052.18-
YUV105.1370.37168.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=62.07%
G=36.78%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16296300.410.980.3635.0996.3632.35
HexA26030296224236020
Octal2421403051142444314040
Binary10100010110000011010100111000101001001000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26003; }

 p { color: rgb(162,96,3); }

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

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

 a { background-color: rgb(162,96,3); }

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

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

 span { border-color: rgb(162,96,3); }

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