#A25109

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

Shades of Golden Brown #A25109

Tints of Golden Brown #A25109

Color information

#A25109 (or 0xA25109) is unknown color: approx Golden Brown. HEX triplet: A2, 51 and 09. RGB value is (162,81,9). Sum of RGB (Red+Green+Blue) = 162+81+9=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25109 is #5DAEF6. Grayscale: #616161. Windows color (decimal): -6139639 or 610722. OLE color: 610722.

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

Color convert

RGB162819-
CMYK00.500.940.36
HSL28.24º89.47%33.53%-
HSV(B)28.24º94.44%63.53%-
XYZ17.8913.591.94-
YUV97.0178.34174.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=64.29%
G=32.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16281900.500.940.3628.2489.4733.53
HexA25190325E241c5922
Octal24212111062136443413142
Binary101000101010001100101100101011110100100111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25109; }

 p { color: rgb(162,81,9); }

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

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

 a { background-color: rgb(162,81,9); }

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

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

 span { border-color: rgb(162,81,9); }

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