#A92E1B

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

Shades of Brown #A92E1B

Tints of Brown #A92E1B

Color information

#A92E1B (or 0xA92E1B) is unknown color: approx Brown. HEX triplet: A9, 2E and 1B. RGB value is (169,46,27). Sum of RGB (Red+Green+Blue) = 169+46+27=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E1B is #56D1E4. Grayscale: #505050. Windows color (decimal): -5689829 or 1781417. OLE color: 1781417.

HSL color Cylindrical-coordinate representation of color #A92E1B: hue angle of 8.03º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A92E1B is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1694627-
CMYK00.730.840.34
HSL8.03º72.45%38.43%-
HSV(B)8.03º84.02%66.27%-
XYZ17.5410.472.13-
YUV80.6197.75191.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=69.83%
G=19.01%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169462700.730.840.348.0372.4538.43
HexA92E1B049542284826
Octal25156330111124421011046
Binary101010011011101101101001001101010010001010001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E1B; }

 p { color: rgb(169,46,27); }

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

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

 a { background-color: rgb(169,46,27); }

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

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

 span { border-color: rgb(169,46,27); }

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