Html Css Color HEX #A74162 Rouge

📋 copy color: '#A74162'

red 167 ◦ green 65 ◦ blue 98

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

Shades of Rouge #A74162

Tints of Rouge #A74162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 50.61%
G = 19.7%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A74162 (or 0xA74162) is known color: Rouge. HEX triplet: A7, 41 and 62. RGB value is (167,65,98). Sum of RGB (Red+Green+Blue) = 167+65+98=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A74162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74162 is #58BE9D. Grayscale: #636363. Windows color (decimal): -5815966 or 6439335. OLE color: 6439335.

HSL color Cylindrical-coordinate representation of color #A74162: hue angle of 340.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74162 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 98 -
CMYK 0 0.61 0.41 0.35
HSL 340.59º 0.44% 0.45% -
HSV(B) 340.59º 0.61% 0.65% -
XYZ 20.03 12.88 12.99 -
YUV 99.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 167 65 98 0 0.61 0.41 0.35 340.59 0.44 0.45
Hex A7 41 62 0 3D 29 23 155 2C 2D
Octal 247 101 142 0 75 51 43 525 54 55
Binary 10100111 1000001 1100010 0 111101 101001 100011 101010101 101100 101101

Color Harmonies of #A74162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74162

Black with #A74162

Text Example


Text Example

White with #A74162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74162; }

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

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

background-color css

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

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

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

border-color css

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

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

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