Html Css Color HEX #A74370 Rouge

📋 copy color: '#A74370'

red 167 ◦ green 67 ◦ blue 112

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

Shades of Rouge #A74370

Tints of Rouge #A74370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 48.27%
G = 19.36%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A74370 (or 0xA74370) is known color: Rouge. HEX triplet: A7, 43 and 70. RGB value is (167,67,112). Sum of RGB (Red+Green+Blue) = 167+67+112=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A74370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74370 is #58BC8F. Grayscale: #656565. Windows color (decimal): -5815440 or 7357351. OLE color: 7357351.

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

Color convert

RGB 167 67 112 -
CMYK 0 0.60 0.33 0.35
HSL 333º 0.43% 0.46% -
HSV(B) 333º 0.6% 0.65% -
XYZ 20.87 13.4 16.82 -
YUV 102.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 167 67 112 0 0.60 0.33 0.35 333 0.43 0.46
Hex A7 43 70 0 3C 21 23 14D 2B 2E
Octal 247 103 160 0 74 41 43 515 53 56
Binary 10100111 1000011 1110000 0 111100 100001 100011 101001101 101011 101110

Color Harmonies of #A74370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74370

Black with #A74370

Text Example


Text Example

White with #A74370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74370; }

 p { color: rgb(167,67,112); }

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

background-color css

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

 a { background-color: rgb(167,67,112); }

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

border-color css

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

 span { border-color: rgb(167,67,112); }

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