#A54767

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

Shades of Rouge #A54767

Tints of Rouge #A54767

Color information

#A54767 (or 0xA54767) is unknown color: approx Rouge. HEX triplet: A5, 47 and 67. RGB value is (165,71,103). Sum of RGB (Red+Green+Blue) = 165+71+103=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54767 is #5AB898. Grayscale: #666666. Windows color (decimal): -5945497 or 6768549. OLE color: 6768549.

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

Color convert

RGB16571103-
CMYK00.570.380.35
HSL339.57º39.83%46.27%-
HSV(B)339.57º56.97%64.71%-
XYZ20.2213.4914.37-
YUV102.75128.14172.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=48.67%
G=20.94%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657110300.570.380.35339.5739.8346.27
HexA547670392623154282e
Octal24510714707146435245056
Binary10100101100011111001110111001100110100011101010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54767; }

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

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

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

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

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

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

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

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