Shades of Brown #A5261C
Tints of Brown #A5261C
RGB
CMYK
RGB Variations
Color information
#A5261C (or 0xA5261C) is known color: Brown. HEX triplet: A5, 26 and 1C. RGB value is (165,38,28). Sum of RGB (Red+Green+Blue) = 165+38+28=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5261C is #5AD9E3. Grayscale: #4B4B4B. Windows color (decimal): -5954020 or 1844901. OLE color: 1844901.
HSL color Cylindrical-coordinate representation of color #A5261C: hue angle of 4.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5261C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 38 | 28 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.35 |
| HSL | 4.38º | 0.71% | 0.38% | - |
| HSV(B) | 4.38º | 0.83% | 0.65% | - |
| XYZ | 16.42 | 9.47 | 2.06 | - |
| YUV | 74.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 28 | 0 | 0.77 | 0.83 | 0.35 | 4.38 | 0.71 | 0.38 |
| Hex | A5 | 26 | 1C | 0 | 4D | 53 | 23 | 4 | 47 | 26 |
| Octal | 245 | 46 | 34 | 0 | 115 | 123 | 43 | 4 | 107 | 46 |
| Binary | 10100101 | 100110 | 11100 | 0 | 1001101 | 1010011 | 100011 | 100 | 1000111 | 100110 |
Color Harmonies of #A5261C
Complementary color
Monochromatic Colors of #A5261C
Black with #A5261C
Text Example
Text Example
White with #A5261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5261C; }
p { color: rgb(165,38,28); }
H1.HeaderClassName
{
color: #A5261C;
}
.AnyTagClassName
{
color: #A5261C;
}
</style>
background-color css
<style>
a { background-color: #A5261C; }
a { background-color: rgb(165,38,28); }
div.DivClassName
{
background-color: #A5261C;
}
.BgClassName
{
background-color: #A5261C;
}
</style>
border-color css
<style>
span { border-color: #A5261C; }
span { border-color: rgb(165,38,28); }
td.TdClassName
{
border-color: #A5261C;
}
.TagClassName
{
border-color: #A5261C;
}
</style>