#A25C11

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

Shades of Golden Brown #A25C11

Tints of Golden Brown #A25C11

Color information

#A25C11 (or 0xA25C11) is unknown color: approx Golden Brown. HEX triplet: A2, 5C and 11. RGB value is (162,92,17). Sum of RGB (Red+Green+Blue) = 162+92+17=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C11 is #5DA3EE. Grayscale: #686868. Windows color (decimal): -6136815 or 1137826. OLE color: 1137826.

HSL color Cylindrical-coordinate representation of color #A25C11: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25C11 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1629217-
CMYK00.430.900.36
HSL31.03º81.01%35.1%-
HSV(B)31.03º89.51%63.53%-
XYZ18.8315.382.51-
YUV104.3878.69169.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=59.78%
G=33.95%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162921700.430.900.3631.0381.0135.1
HexA25C1102B5A241f5123
Octal24213421053132443712143
Binary1010001010111001000101010111011010100100111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C11; }

 p { color: rgb(162,92,17); }

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

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

 a { background-color: rgb(162,92,17); }

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

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

 span { border-color: rgb(162,92,17); }

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