Html Css Color HEX #A43360 Rouge

📋 copy color: '#A43360'

red 164 ◦ green 51 ◦ blue 96

#A43360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A43360

Tints of Rouge #A43360

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 52.73%
G = 16.4%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43360 (or 0xA43360) is known color: Rouge. HEX triplet: A4, 33 and 60. RGB value is (164,51,96). Sum of RGB (Red+Green+Blue) = 164+51+96=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A43360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43360 is #5BCC9F. Grayscale: #595959. Windows color (decimal): -6016160 or 6304676. OLE color: 6304676.

HSL color Cylindrical-coordinate representation of color #A43360: hue angle of 336.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43360 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 96 -
CMYK 0 0.69 0.41 0.36
HSL 336.11º 0.53% 0.42% -
HSV(B) 336.11º 0.69% 0.64% -
XYZ 18.6 11.1 12.23 -
YUV 89.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 164 51 96 0 0.69 0.41 0.36 336.11 0.53 0.42
Hex A4 33 60 0 45 29 24 150 35 2A
Octal 244 63 140 0 105 51 44 520 65 52
Binary 10100100 110011 1100000 0 1000101 101001 100100 101010000 110101 101010

Color Harmonies of #A43360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43360

Black with #A43360

Text Example


Text Example

White with #A43360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43360; }

 p { color: rgb(164,51,96); }

 H1.HeaderClassName
 {
   color: #A43360;
 }
 .AnyTagClassName
 {
   color: #A43360;
 }
</style>

background-color css

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

 a { background-color: rgb(164,51,96); }

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

border-color css

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

 span { border-color: rgb(164,51,96); }

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