Html Css Color HEX #A74560 Rouge

📋 copy color: '#A74560'

red 167 ◦ green 69 ◦ blue 96

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

Shades of Rouge #A74560

Tints of Rouge #A74560

RGB

 RED value IS 167 (65.63% from 255) = 50.3%

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 50.3%
G = 20.78%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A74560 (or 0xA74560) is known color: Rouge. HEX triplet: A7, 45 and 60. RGB value is (167,69,96). Sum of RGB (Red+Green+Blue) = 167+69+96=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A74560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74560 is #58BA9F. Grayscale: #656565. Windows color (decimal): -5814944 or 6309287. OLE color: 6309287.

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

Color convert

RGB 167 69 96 -
CMYK 0 0.59 0.43 0.35
HSL 343.47º 0.42% 0.46% -
HSV(B) 343.47º 0.59% 0.65% -
XYZ 20.18 13.32 12.57 -
YUV 101.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 167 69 96 0 0.59 0.43 0.35 343.47 0.42 0.46
Hex A7 45 60 0 3B 2B 23 157 2A 2E
Octal 247 105 140 0 73 53 43 527 52 56
Binary 10100111 1000101 1100000 0 111011 101011 100011 101010111 101010 101110

Color Harmonies of #A74560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74560

Black with #A74560

Text Example


Text Example

White with #A74560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74560; }

 p { color: rgb(167,69,96); }

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

background-color css

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

 a { background-color: rgb(167,69,96); }

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

border-color css

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

 span { border-color: rgb(167,69,96); }

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