Html Css Color HEX #A43060 Rouge

📋 copy color: '#A43060'

red 164 ◦ green 48 ◦ blue 96

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

Shades of Rouge #A43060

Tints of Rouge #A43060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

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

R = 53.25%
G = 15.58%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43060 (or 0xA43060) is known color: Rouge. HEX triplet: A4, 30 and 60. RGB value is (164,48,96). Sum of RGB (Red+Green+Blue) = 164+48+96=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A43060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43060 is #5BCF9F. Grayscale: #585858. Windows color (decimal): -6016928 or 6303908. OLE color: 6303908.

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

Color convert

RGB 164 48 96 -
CMYK 0 0.71 0.41 0.36
HSL 335.17º 0.55% 0.42% -
HSV(B) 335.17º 0.71% 0.64% -
XYZ 18.48 10.85 12.19 -
YUV 88.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 164 48 96 0 0.71 0.41 0.36 335.17 0.55 0.42
Hex A4 30 60 0 47 29 24 14F 37 2A
Octal 244 60 140 0 107 51 44 517 67 52
Binary 10100100 110000 1100000 0 1000111 101001 100100 101001111 110111 101010

Color Harmonies of #A43060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43060

Black with #A43060

Text Example


Text Example

White with #A43060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43060; }

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

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

background-color css

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

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

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

border-color css

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

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

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