#A25C0A

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

Shades of Golden Brown #A25C0A

Tints of Golden Brown #A25C0A

Color information

#A25C0A (or 0xA25C0A) is unknown color: approx Golden Brown. HEX triplet: A2, 5C and 0A. RGB value is (162,92,10). Sum of RGB (Red+Green+Blue) = 162+92+10=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C0A is #5DA3F5. Grayscale: #676767. Windows color (decimal): -6136822 or 679074. OLE color: 679074.

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

Color convert

RGB1629210-
CMYK00.430.940.36
HSL32.37º88.37%33.73%-
HSV(B)32.37º93.83%63.53%-
XYZ18.7815.362.26-
YUV103.5875.19169.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=61.36%
G=34.85%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162921000.430.940.3632.3788.3733.73
HexA25CA02B5E24205822
Octal24213412053136444013042
Binary1010001010111001010010101110111101001001000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C0A; }

 p { color: rgb(162,92,10); }

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

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

 a { background-color: rgb(162,92,10); }

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

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

 span { border-color: rgb(162,92,10); }

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