#A26415

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

Shades of Golden Brown #A26415

Tints of Golden Brown #A26415

Color information

#A26415 (or 0xA26415) is unknown color: approx Golden Brown. HEX triplet: A2, 64 and 15. RGB value is (162,100,21). Sum of RGB (Red+Green+Blue) = 162+100+21=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A26415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26415 is #5D9BEA. Grayscale: #6D6D6D. Windows color (decimal): -6134763 or 1402018. OLE color: 1402018.

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

Color convert

RGB16210021-
CMYK00.380.870.36
HSL33.62º77.05%35.88%-
HSV(B)33.62º87.04%63.53%-
XYZ19.5916.852.93-
YUV109.5378.04165.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=57.24%
G=35.34%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621002100.380.870.3633.6277.0535.88
HexA264150265724224d24
Octal24214425046127444211544
Binary10100010110010010101010011010101111001001000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26415; }

 p { color: rgb(162,100,21); }

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

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

 a { background-color: rgb(162,100,21); }

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

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

 span { border-color: rgb(162,100,21); }

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