#A53A67

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

Shades of Rouge #A53A67

Tints of Rouge #A53A67

Color information

#A53A67 (or 0xA53A67) is unknown color: approx Rouge. HEX triplet: A5, 3A and 67. RGB value is (165,58,103). Sum of RGB (Red+Green+Blue) = 165+58+103=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A67 is #5AC598. Grayscale: #5F5F5F. Windows color (decimal): -5948825 or 6765221. OLE color: 6765221.

HSL color Cylindrical-coordinate representation of color #A53A67: hue angle of 334.77º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A67 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16558103-
CMYK00.650.380.35
HSL334.77º47.98%43.73%-
HSV(B)334.77º64.85%64.71%-
XYZ19.481214.12-
YUV95.12132.45177.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=50.61%
G=17.79%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655810300.650.380.35334.7747.9843.73
HexA53A67041262314f302c
Octal24572147010146435176054
Binary10100101111010110011101000001100110100011101001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A67; }

 p { color: rgb(165,58,103); }

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

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

 a { background-color: rgb(165,58,103); }

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

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

 span { border-color: rgb(165,58,103); }

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