Html Css Color HEX #A74665 Rouge

📋 copy color: '#A74665'

red 167 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A74665

Tints of Rouge #A74665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 49.41%
G = 20.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74665 (or 0xA74665) is known color: Rouge. HEX triplet: A7, 46 and 65. RGB value is (167,70,101). Sum of RGB (Red+Green+Blue) = 167+70+101=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74665 is #58B99A. Grayscale: #666666. Windows color (decimal): -5814683 or 6637223. OLE color: 6637223.

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

Color convert

RGB 167 70 101 -
CMYK 0 0.58 0.40 0.35
HSL 340.82º 0.41% 0.46% -
HSV(B) 340.82º 0.58% 0.65% -
XYZ 20.48 13.54 13.85 -
YUV 102.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 167 70 101 0 0.58 0.40 0.35 340.82 0.41 0.46
Hex A7 46 65 0 3A 28 23 155 29 2E
Octal 247 106 145 0 72 50 43 525 51 56
Binary 10100111 1000110 1100101 0 111010 101000 100011 101010101 101001 101110

Color Harmonies of #A74665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74665

Black with #A74665

Text Example


Text Example

White with #A74665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74665; }

 p { color: rgb(167,70,101); }

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

background-color css

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

 a { background-color: rgb(167,70,101); }

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

border-color css

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

 span { border-color: rgb(167,70,101); }

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