#A26519

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

Shades of Golden Brown #A26519

Tints of Golden Brown #A26519

Color information

#A26519 (or 0xA26519) is unknown color: approx Golden Brown. HEX triplet: A2, 65 and 19. RGB value is (162,101,25). Sum of RGB (Red+Green+Blue) = 162+101+25=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A26519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26519 is #5D9AE6. Grayscale: #6E6E6E. Windows color (decimal): -6134503 or 1664418. OLE color: 1664418.

HSL color Cylindrical-coordinate representation of color #A26519: hue angle of 33.28º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A26519 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16210125-
CMYK00.380.850.36
HSL33.28º73.26%36.67%-
HSV(B)33.28º84.57%63.53%-
XYZ19.7317.063.17-
YUV110.5779.71164.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 25 (10.16% from 255) = 8.68%
R=56.25%
G=35.07%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621012500.380.850.3633.2873.2636.67
HexA265190265524214925
Octal24214531046125444111145
Binary10100010110010111001010011010101011001001000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26519; }

 p { color: rgb(162,101,25); }

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

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

 a { background-color: rgb(162,101,25); }

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

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

 span { border-color: rgb(162,101,25); }

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