#A26619

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

Shades of Golden Brown #A26619

Tints of Golden Brown #A26619

Color information

#A26619 (or 0xA26619) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 19. RGB value is (162,102,25). Sum of RGB (Red+Green+Blue) = 162+102+25=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A26619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26619 is #5D99E6. Grayscale: #6F6F6F. Windows color (decimal): -6134247 or 1664674. OLE color: 1664674.

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

Color convert

RGB16210225-
CMYK00.370.850.36
HSL33.72º73.26%36.67%-
HSV(B)33.72º84.57%63.53%-
XYZ19.8317.253.21-
YUV111.1679.38164.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=56.06%
G=35.29%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621022500.370.850.3633.7273.2636.67
HexA266190255524224925
Octal24214631045125444211145
Binary10100010110011011001010010110101011001001000101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26619; }

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

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

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

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

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

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

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

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