Html Css Color HEX #A64272 Rouge

📋 copy color: '#A64272'

red 166 ◦ green 66 ◦ blue 114

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

Shades of Rouge #A64272

Tints of Rouge #A64272

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 47.98%
G = 19.08%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A64272 (or 0xA64272) is known color: Rouge. HEX triplet: A6, 42 and 72. RGB value is (166,66,114). Sum of RGB (Red+Green+Blue) = 166+66+114=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A64272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64272 is #59BD8D. Grayscale: #656565. Windows color (decimal): -5881230 or 7488166. OLE color: 7488166.

HSL color Cylindrical-coordinate representation of color #A64272: hue angle of 331.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64272 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 114 -
CMYK 0 0.60 0.31 0.35
HSL 331.2º 0.43% 0.45% -
HSV(B) 331.2º 0.6% 0.65% -
XYZ 20.71 13.22 17.38 -
YUV 101.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 166 66 114 0 0.60 0.31 0.35 331.2 0.43 0.45
Hex A6 42 72 0 3C 1F 23 14B 2B 2D
Octal 246 102 162 0 74 37 43 513 53 55
Binary 10100110 1000010 1110010 0 111100 11111 100011 101001011 101011 101101

Color Harmonies of #A64272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64272

Black with #A64272

Text Example


Text Example

White with #A64272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64272; }

 p { color: rgb(166,66,114); }

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

background-color css

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

 a { background-color: rgb(166,66,114); }

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

border-color css

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

 span { border-color: rgb(166,66,114); }

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