Shades of Brown #AF302D
Tints of Brown #AF302D
RGB
CMYK
RGB Variations
Color information
#AF302D (or 0xAF302D) is known color: Brown. HEX triplet: AF, 30 and 2D. RGB value is (175,48,45). Sum of RGB (Red+Green+Blue) = 175+48+45=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF302D is #50CFD2. Grayscale: #555555. Windows color (decimal): -5296083 or 2961583. OLE color: 2961583.
HSL color Cylindrical-coordinate representation of color #AF302D: hue angle of 1.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF302D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 45 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.31 |
| HSL | 1.38º | 0.59% | 0.43% | - |
| HSV(B) | 1.38º | 0.74% | 0.69% | - |
| XYZ | 19.21 | 11.42 | 3.67 | - |
| YUV | 85.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 45 | 0 | 0.73 | 0.74 | 0.31 | 1.38 | 0.59 | 0.43 |
| Hex | AF | 30 | 2D | 0 | 49 | 4A | 1F | 1 | 3B | 2B |
| Octal | 257 | 60 | 55 | 0 | 111 | 112 | 37 | 1 | 73 | 53 |
| Binary | 10101111 | 110000 | 101101 | 0 | 1001001 | 1001010 | 11111 | 1 | 111011 | 101011 |
Color Harmonies of #AF302D
Complementary color
Monochromatic Colors of #AF302D
Black with #AF302D
Text Example
Text Example
White with #AF302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF302D; }
p { color: rgb(175,48,45); }
H1.HeaderClassName
{
color: #AF302D;
}
.AnyTagClassName
{
color: #AF302D;
}
</style>
background-color css
<style>
a { background-color: #AF302D; }
a { background-color: rgb(175,48,45); }
div.DivClassName
{
background-color: #AF302D;
}
.BgClassName
{
background-color: #AF302D;
}
</style>
border-color css
<style>
span { border-color: #AF302D; }
span { border-color: rgb(175,48,45); }
td.TdClassName
{
border-color: #AF302D;
}
.TagClassName
{
border-color: #AF302D;
}
</style>