#A25607

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

Shades of Golden Brown #A25607

Tints of Golden Brown #A25607

Color information

#A25607 (or 0xA25607) is unknown color: approx Golden Brown. HEX triplet: A2, 56 and 07. RGB value is (162,86,7). Sum of RGB (Red+Green+Blue) = 162+86+7=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A25607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25607 is #5DA9F8. Grayscale: #646464. Windows color (decimal): -6138361 or 480930. OLE color: 480930.

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

Color convert

RGB162867-
CMYK00.470.960.36
HSL30.58º91.72%33.14%-
HSV(B)30.58º95.68%63.53%-
XYZ18.2714.352.01-
YUV99.7275.68172.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=63.53%
G=33.73%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16286700.470.960.3630.5891.7233.14
HexA256702F60241f5c21
Octal2421267057140443713441
Binary10100010101011011101011111100000100100111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25607; }

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

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

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

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

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

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

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

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