#A25E15

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

Shades of Golden Brown #A25E15

Tints of Golden Brown #A25E15

Color information

#A25E15 (or 0xA25E15) is unknown color: approx Golden Brown. HEX triplet: A2, 5E and 15. RGB value is (162,94,21). Sum of RGB (Red+Green+Blue) = 162+94+21=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E15 is #5DA1EA. Grayscale: #6A6A6A. Windows color (decimal): -6136299 or 1400482. OLE color: 1400482.

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

Color convert

RGB1629421-
CMYK00.420.870.36
HSL31.06º77.05%35.88%-
HSV(B)31.06º87.04%63.53%-
XYZ19.0415.742.74-
YUV106.0180.03167.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=58.48%
G=33.94%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162942100.420.870.3631.0677.0535.88
HexA25E1502A57241f4d24
Octal24213625052127443711544
Binary1010001010111101010101010101010111100100111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E15; }

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

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

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

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

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

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

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

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