#A92B1D

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

Shades of Brown #A92B1D

Tints of Brown #A92B1D

Color information

#A92B1D (or 0xA92B1D) is unknown color: approx Brown. HEX triplet: A9, 2B and 1D. RGB value is (169,43,29). Sum of RGB (Red+Green+Blue) = 169+43+29=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B1D is #56D4E2. Grayscale: #4F4F4F. Windows color (decimal): -5690595 or 1911721. OLE color: 1911721.

HSL color Cylindrical-coordinate representation of color #A92B1D: hue angle of 6º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A92B1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1694329-
CMYK00.750.830.34
HSL70.71%38.82%-
HSV(B)82.84%66.27%-
XYZ17.4510.252.22-
YUV79.0899.74192.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.12%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=70.12%
G=17.84%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169432900.750.830.34670.7138.82
HexA92B1D04B532264727
Octal2515335011312342610747
Binary10101001101011111010100101110100111000101101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B1D; }

 p { color: rgb(169,43,29); }

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

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

 a { background-color: rgb(169,43,29); }

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

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

 span { border-color: rgb(169,43,29); }

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