Html Css Color HEX #A74164 Rouge

📋 copy color: '#A74164'

red 167 ◦ green 65 ◦ blue 100

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

Shades of Rouge #A74164

Tints of Rouge #A74164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 50.3%
G = 19.58%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74164 (or 0xA74164) is known color: Rouge. HEX triplet: A7, 41 and 64. RGB value is (167,65,100). Sum of RGB (Red+Green+Blue) = 167+65+100=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A74164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74164 is #58BE9B. Grayscale: #636363. Windows color (decimal): -5815964 or 6570407. OLE color: 6570407.

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

Color convert

RGB 167 65 100 -
CMYK 0 0.61 0.40 0.35
HSL 339.41º 0.44% 0.45% -
HSV(B) 339.41º 0.61% 0.65% -
XYZ 20.13 12.92 13.49 -
YUV 99.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 167 65 100 0 0.61 0.40 0.35 339.41 0.44 0.45
Hex A7 41 64 0 3D 28 23 153 2C 2D
Octal 247 101 144 0 75 50 43 523 54 55
Binary 10100111 1000001 1100100 0 111101 101000 100011 101010011 101100 101101

Color Harmonies of #A74164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74164

Black with #A74164

Text Example


Text Example

White with #A74164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74164; }

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

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

background-color css

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

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

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

border-color css

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

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

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