#A26514

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

Shades of Golden Brown #A26514

Tints of Golden Brown #A26514

Color information

#A26514 (or 0xA26514) is unknown color: approx Golden Brown. HEX triplet: A2, 65 and 14. RGB value is (162,101,20). Sum of RGB (Red+Green+Blue) = 162+101+20=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A26514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26514 is #5D9AEB. Grayscale: #6E6E6E. Windows color (decimal): -6134508 or 1336738. OLE color: 1336738.

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

Color convert

RGB16210120-
CMYK00.380.880.36
HSL34.23º78.02%35.69%-
HSV(B)34.23º87.65%63.53%-
XYZ19.6817.042.91-
YUV11077.21165.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=57.24%
G=35.69%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621012000.380.880.3634.2378.0235.69
HexA265140265824224e24
Octal24214524046130444211644
Binary10100010110010110100010011010110001001001000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26514; }

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

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

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

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

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

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

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

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