#A54267

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

Shades of Rouge #A54267

Tints of Rouge #A54267

Color information

#A54267 (or 0xA54267) is unknown color: approx Rouge. HEX triplet: A5, 42 and 67. RGB value is (165,66,103). Sum of RGB (Red+Green+Blue) = 165+66+103=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54267 is #5ABD98. Grayscale: #636363. Windows color (decimal): -5946777 or 6767269. OLE color: 6767269.

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

Color convert

RGB16566103-
CMYK00.600.380.35
HSL337.58º42.86%45.29%-
HSV(B)337.58º60%64.71%-
XYZ19.9112.8814.27-
YUV99.82129.8174.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=49.40%
G=19.76%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656610300.600.380.35337.5842.8645.29
HexA5426703C26231522b2d
Octal24510214707446435225355
Binary10100101100001011001110111100100110100011101010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54267; }

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

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

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

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

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

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

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

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