Html Css Color HEX #A74562 Rouge

📋 copy color: '#A74562'

red 167 ◦ green 69 ◦ blue 98

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

Shades of Rouge #A74562

Tints of Rouge #A74562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 50%
G = 20.66%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A74562 (or 0xA74562) is known color: Rouge. HEX triplet: A7, 45 and 62. RGB value is (167,69,98). Sum of RGB (Red+Green+Blue) = 167+69+98=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A74562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74562 is #58BA9D. Grayscale: #656565. Windows color (decimal): -5814942 or 6440359. OLE color: 6440359.

HSL color Cylindrical-coordinate representation of color #A74562: hue angle of 342.24º 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 #A74562 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 98 -
CMYK 0 0.59 0.41 0.35
HSL 342.24º 0.42% 0.46% -
HSV(B) 342.24º 0.59% 0.65% -
XYZ 20.27 13.35 13.06 -
YUV 101.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 167 69 98 0 0.59 0.41 0.35 342.24 0.42 0.46
Hex A7 45 62 0 3B 29 23 156 2A 2E
Octal 247 105 142 0 73 51 43 526 52 56
Binary 10100111 1000101 1100010 0 111011 101001 100011 101010110 101010 101110

Color Harmonies of #A74562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74562

Black with #A74562

Text Example


Text Example

White with #A74562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74562; }

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

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

background-color css

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

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

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

border-color css

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

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

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