#A25000

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

Shades of Golden Brown #A25000

Tints of Golden Brown #A25000

Color information

#A25000 (or 0xA25000) is unknown color: approx Golden Brown. HEX triplet: A2, 50 and 00. RGB value is (162,80,0). Sum of RGB (Red+Green+Blue) = 162+80+0=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A25000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25000 is #5DAFFF. Grayscale: #5F5F5F. Windows color (decimal): -6139904 or 20642. OLE color: 20642.

HSL color Cylindrical-coordinate representation of color #A25000: hue angle of 29.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A25000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB162800-
CMYK00.5110.36
HSL29.63º100%31.76%-
HSV(B)29.63º100%63.53%-
XYZ17.7713.421.65-
YUV95.474.17175.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.94%
G=33.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16280000.5110.3629.6310031.76
HexA250003364241e6420
Octal2421200063144443614440
Binary101000101010000001100111100100100100111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25000; }

 p { color: rgb(162,80,0); }

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

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

 a { background-color: rgb(162,80,0); }

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

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

 span { border-color: rgb(162,80,0); }

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