#A44667

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

Shades of Rouge #A44667

Tints of Rouge #A44667

Color information

#A44667 (or 0xA44667) is unknown color: approx Rouge. HEX triplet: A4, 46 and 67. RGB value is (164,70,103). Sum of RGB (Red+Green+Blue) = 164+70+103=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44667 is #5BB998. Grayscale: #656565. Windows color (decimal): -6011289 or 6768292. OLE color: 6768292.

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

Color convert

RGB16470103-
CMYK00.570.370.36
HSL338.94º40.17%45.88%-
HSV(B)338.94º57.32%64.31%-
XYZ19.9513.2514.34-
YUV101.87128.64172.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=48.66%
G=20.77%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647010300.570.370.36338.9440.1745.88
HexA446670392524153282e
Octal24410614707145445235056
Binary10100100100011011001110111001100101100100101010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44667; }

 p { color: rgb(164,70,103); }

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

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

 a { background-color: rgb(164,70,103); }

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

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

 span { border-color: rgb(164,70,103); }

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