Html Css Color HEX #A74366 Rouge

📋 copy color: '#A74366'

red 167 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A74366

Tints of Rouge #A74366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 49.7%
G = 19.94%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A74366 (or 0xA74366) is known color: Rouge. HEX triplet: A7, 43 and 66. RGB value is (167,67,102). Sum of RGB (Red+Green+Blue) = 167+67+102=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A74366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74366 is #58BC99. Grayscale: #646464. Windows color (decimal): -5815450 or 6701991. OLE color: 6701991.

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

Color convert

RGB 167 67 102 -
CMYK 0 0.60 0.39 0.35
HSL 339º 0.43% 0.46% -
HSV(B) 339º 0.6% 0.65% -
XYZ 20.34 13.19 14.04 -
YUV 100.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 167 67 102 0 0.60 0.39 0.35 339 0.43 0.46
Hex A7 43 66 0 3C 27 23 153 2B 2E
Octal 247 103 146 0 74 47 43 523 53 56
Binary 10100111 1000011 1100110 0 111100 100111 100011 101010011 101011 101110

Color Harmonies of #A74366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74366

Black with #A74366

Text Example


Text Example

White with #A74366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74366; }

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

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

background-color css

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

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

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

border-color css

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

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

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