#A25815

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

Shades of Golden Brown #A25815

Tints of Golden Brown #A25815

Color information

#A25815 (or 0xA25815) is unknown color: approx Golden Brown. HEX triplet: A2, 58 and 15. RGB value is (162,88,21). Sum of RGB (Red+Green+Blue) = 162+88+21=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A25815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25815 is #5DA7EA. Grayscale: #666666. Windows color (decimal): -6137835 or 1398946. OLE color: 1398946.

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

Color convert

RGB1628821-
CMYK00.460.870.36
HSL28.51º77.05%35.88%-
HSV(B)28.51º87.04%63.53%-
XYZ18.5314.712.57-
YUV102.4982.02170.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=59.78%
G=32.47%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162882100.460.870.3628.5177.0535.88
HexA2581502E57241d4d24
Octal24213025056127443511544
Binary1010001010110001010101011101010111100100111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25815; }

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

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

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

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

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

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

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

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