#A25E1B

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

Shades of Golden Brown #A25E1B

Tints of Golden Brown #A25E1B

Color information

#A25E1B (or 0xA25E1B) is unknown color: approx Golden Brown. HEX triplet: A2, 5E and 1B. RGB value is (162,94,27). Sum of RGB (Red+Green+Blue) = 162+94+27=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E1B is #5DA1E4. Grayscale: #6B6B6B. Windows color (decimal): -6136293 or 1793698. OLE color: 1793698.

HSL color Cylindrical-coordinate representation of color #A25E1B: hue angle of 29.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A25E1B is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1629427-
CMYK00.420.830.36
HSL29.78º71.43%37.06%-
HSV(B)29.78º83.33%63.53%-
XYZ19.115.773.07-
YUV106.6983.03167.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=57.24%
G=33.22%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162942700.420.830.3629.7871.4337.06
HexA25E1B02A53241e4725
Octal24213633052123443610745
Binary1010001010111101101101010101010011100100111101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E1B; }

 p { color: rgb(162,94,27); }

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

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

 a { background-color: rgb(162,94,27); }

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

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

 span { border-color: rgb(162,94,27); }

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