#A26B1B

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

Shades of Golden Brown #A26B1B

Tints of Golden Brown #A26B1B

Color information

#A26B1B (or 0xA26B1B) is unknown color: approx Golden Brown. HEX triplet: A2, 6B and 1B. RGB value is (162,107,27). Sum of RGB (Red+Green+Blue) = 162+107+27=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B1B is #5D94E4. Grayscale: #727272. Windows color (decimal): -6132965 or 1797026. OLE color: 1797026.

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

Color convert

RGB16210727-
CMYK00.340.830.36
HSL35.56º71.43%37.06%-
HSV(B)35.56º83.33%63.53%-
XYZ20.3618.283.49-
YUV114.3278.72162-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=54.73%
G=36.15%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621072700.340.830.3635.5671.4337.06
HexA26B1B0225324244725
Octal24215333042123444410745
Binary10100010110101111011010001010100111001001001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B1B; }

 p { color: rgb(162,107,27); }

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

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

 a { background-color: rgb(162,107,27); }

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

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

 span { border-color: rgb(162,107,27); }

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