#A25307

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

Shades of Golden Brown #A25307

Tints of Golden Brown #A25307

Color information

#A25307 (or 0xA25307) is unknown color: approx Golden Brown. HEX triplet: A2, 53 and 07. RGB value is (162,83,7). Sum of RGB (Red+Green+Blue) = 162+83+7=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25307 is #5DACF8. Grayscale: #626262. Windows color (decimal): -6139129 or 480162. OLE color: 480162.

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

Color convert

RGB162837-
CMYK00.490.960.36
HSL29.42º91.72%33.14%-
HSV(B)29.42º95.68%63.53%-
XYZ18.0313.881.93-
YUV97.9676.67173.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 7 (3.12% from 255) = 2.78%
R=64.29%
G=32.94%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16283700.490.960.3629.4291.7233.14
HexA253703160241d5c21
Octal2421237061140443513441
Binary10100010101001111101100011100000100100111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25307; }

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

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

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

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

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

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

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

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