#A25205

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

Shades of Golden Brown #A25205

Tints of Golden Brown #A25205

Color information

#A25205 (or 0xA25205) is unknown color: approx Golden Brown. HEX triplet: A2, 52 and 05. RGB value is (162,82,5). Sum of RGB (Red+Green+Blue) = 162+82+5=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A25205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25205 is #5DADFA. Grayscale: #616161. Windows color (decimal): -6139387 or 348834. OLE color: 348834.

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

Color convert

RGB162825-
CMYK00.490.970.36
HSL29.43º94.01%32.75%-
HSV(B)29.43º96.91%63.53%-
XYZ17.9413.731.85-
YUV97.1476174.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=65.06%
G=32.93%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16282500.490.970.3629.4394.0132.75
HexA252503161241d5e21
Octal2421225061141443513641
Binary10100010101001010101100011100001100100111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25205; }

 p { color: rgb(162,82,5); }

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

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

 a { background-color: rgb(162,82,5); }

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

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

 span { border-color: rgb(162,82,5); }

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