#A43967

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

Shades of Rouge #A43967

Tints of Rouge #A43967

Color information

#A43967 (or 0xA43967) is unknown color: approx Rouge. HEX triplet: A4, 39 and 67. RGB value is (164,57,103). Sum of RGB (Red+Green+Blue) = 164+57+103=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A43967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43967 is #5BC698. Grayscale: #5E5E5E. Windows color (decimal): -6014617 or 6764964. OLE color: 6764964.

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

Color convert

RGB16457103-
CMYK00.650.370.36
HSL334.21º48.42%43.33%-
HSV(B)334.21º65.24%64.31%-
XYZ19.2211.814.1-
YUV94.24132.95177.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=50.62%
G=17.59%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645710300.650.370.36334.2148.4243.33
HexA43967041252414e302b
Octal24471147010145445166053
Binary10100100111001110011101000001100101100100101001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43967; }

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

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

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

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

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

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

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

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