#a92b26

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

Shades of Brown #A92B26

Tints of Brown #A92B26

Color information

#A92B26 (or 0xA92B26) is unknown color: approx Brown. HEX triplet: A9, 2B and 26. RGB value is (169,43,38). Sum of RGB (Red+Green+Blue) = 169+43+38=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B26 is #56D4D9. Grayscale: #505050. Windows color (decimal): -5690586 or 2501545. OLE color: 2501545.

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

Color convert

RGB1694338-
CMYK00.750.780.34
HSL2.29º63.29%40.59%-
HSV(B)2.29º77.51%66.27%-
XYZ17.5810.32.9-
YUV80.1104.24191.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.6%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=67.6%
G=17.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169433800.750.780.342.2963.2940.59
HexA92B2604B4E2223f29
Octal251534601131164227751
Binary1010100110101110011001001011100111010001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92b26; }

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

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

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

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

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

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

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

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