#A25707

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

Shades of Golden Brown #A25707

Tints of Golden Brown #A25707

Color information

#A25707 (or 0xA25707) is unknown color: approx Golden Brown. HEX triplet: A2, 57 and 07. RGB value is (162,87,7). Sum of RGB (Red+Green+Blue) = 162+87+7=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A25707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25707 is #5DA8F8. Grayscale: #646464. Windows color (decimal): -6138105 or 481186. OLE color: 481186.

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

Color convert

RGB162877-
CMYK00.460.960.36
HSL30.97º91.72%33.14%-
HSV(B)30.97º95.68%63.53%-
XYZ18.3514.512.04-
YUV100.375.35172-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 7 (3.12% from 255) = 2.73%
R=63.28%
G=33.98%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16287700.460.960.3630.9791.7233.14
HexA257702E60241f5c21
Octal2421277056140443713441
Binary10100010101011111101011101100000100100111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25707; }

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

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

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

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

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

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

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

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