#A26C15

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

Shades of Golden Brown #A26C15

Tints of Golden Brown #A26C15

Color information

#A26C15 (or 0xA26C15) is unknown color: approx Golden Brown. HEX triplet: A2, 6C and 15. RGB value is (162,108,21). Sum of RGB (Red+Green+Blue) = 162+108+21=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C15 is #5D93EA. Grayscale: #727272. Windows color (decimal): -6132715 or 1404066. OLE color: 1404066.

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

Color convert

RGB16210821-
CMYK00.330.870.36
HSL37.02º77.05%35.88%-
HSV(B)37.02º87.04%63.53%-
XYZ20.418.463.2-
YUV114.2375.39162.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=55.67%
G=37.11%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621082100.330.870.3637.0277.0535.88
HexA26C150215724254d24
Octal24215425041127444511544
Binary10100010110110010101010000110101111001001001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C15; }

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

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

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

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

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

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

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

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