Shades of Rouge #A23669
Tints of Rouge #A23669
RGB
CMYK
RGB Variations
Color information
#A23669 (or 0xA23669) is known color: Rouge. HEX triplet: A2, 36 and 69. RGB value is (162,54,105). Sum of RGB (Red+Green+Blue) = 162+54+105=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A23669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23669 is #5DC996. Grayscale: #5C5C5C. Windows color (decimal): -6146455 or 6895266. OLE color: 6895266.
HSL color Cylindrical-coordinate representation of color #A23669: hue angle of 331.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23669 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 105 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.36 |
| HSL | 331.67º | 0.5% | 0.42% | - |
| HSV(B) | 331.67º | 0.67% | 0.64% | - |
| XYZ | 18.77 | 11.34 | 14.56 | - |
| YUV | 92.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 105 | 0 | 0.67 | 0.35 | 0.36 | 331.67 | 0.5 | 0.42 |
| Hex | A2 | 36 | 69 | 0 | 43 | 23 | 24 | 14C | 32 | 2A |
| Octal | 242 | 66 | 151 | 0 | 103 | 43 | 44 | 514 | 62 | 52 |
| Binary | 10100010 | 110110 | 1101001 | 0 | 1000011 | 100011 | 100100 | 101001100 | 110010 | 101010 |
Color Harmonies of #A23669
Complementary color
Monochromatic Colors of #A23669
Black with #A23669
Text Example
Text Example
White with #A23669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23669; }
p { color: rgb(162,54,105); }
H1.HeaderClassName
{
color: #A23669;
}
.AnyTagClassName
{
color: #A23669;
}
</style>
background-color css
<style>
a { background-color: #A23669; }
a { background-color: rgb(162,54,105); }
div.DivClassName
{
background-color: #A23669;
}
.BgClassName
{
background-color: #A23669;
}
</style>
border-color css
<style>
span { border-color: #A23669; }
span { border-color: rgb(162,54,105); }
td.TdClassName
{
border-color: #A23669;
}
.TagClassName
{
border-color: #A23669;
}
</style>