#A25305

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

Shades of Golden Brown #A25305

Tints of Golden Brown #A25305

Color information

#A25305 (or 0xA25305) is unknown color: approx Golden Brown. HEX triplet: A2, 53 and 05. RGB value is (162,83,5). Sum of RGB (Red+Green+Blue) = 162+83+5=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A25305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25305 is #5DACFA. Grayscale: #626262. Windows color (decimal): -6139131 or 349090. OLE color: 349090.

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

Color convert

RGB162835-
CMYK00.490.970.36
HSL29.81º94.01%32.75%-
HSV(B)29.81º96.91%63.53%-
XYZ18.0213.881.87-
YUV97.7375.67173.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 5 (2.34% from 255) = 2%
R=64.8%
G=33.2%
B=2%

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
Decimal16283500.490.970.3629.8194.0132.75
HexA253503161241e5e21
Octal2421235061141443613641
Binary10100010101001110101100011100001100100111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25305; }

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

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

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

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

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

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

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

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