#A25B0A

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

Shades of Golden Brown #A25B0A

Tints of Golden Brown #A25B0A

Color information

#A25B0A (or 0xA25B0A) is unknown color: approx Golden Brown. HEX triplet: A2, 5B and 0A. RGB value is (162,91,10). Sum of RGB (Red+Green+Blue) = 162+91+10=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25B0A is #5DA4F5. Grayscale: #676767. Windows color (decimal): -6137078 or 678818. OLE color: 678818.

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

Color convert

RGB1629110-
CMYK00.440.940.36
HSL31.97º88.37%33.73%-
HSV(B)31.97º93.83%63.53%-
XYZ18.715.192.23-
YUV102.9975.52170.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=61.60%
G=34.60%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911000.440.940.3631.9788.3733.73
HexA25BA02C5E24205822
Octal24213312054136444013042
Binary1010001010110111010010110010111101001001000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B0A; }

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

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

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

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

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

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

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

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