Html Css Color HEX #A72A64 Rouge

📋 copy color: '#A72A64'

red 167 ◦ green 42 ◦ blue 100

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

Shades of Rouge #A72A64

Tints of Rouge #A72A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

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

R = 54.05%
G = 13.59%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A72A64 (or 0xA72A64) is known color: Rouge. HEX triplet: A7, 2A and 64. RGB value is (167,42,100). Sum of RGB (Red+Green+Blue) = 167+42+100=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A64 is #58D59B. Grayscale: #555555. Windows color (decimal): -5821852 or 6564519. OLE color: 6564519.

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

Color convert

RGB 167 42 100 -
CMYK 0 0.75 0.40 0.35
HSL 332.16º 0.6% 0.41% -
HSV(B) 332.16º 0.75% 0.65% -
XYZ 19.06 10.79 13.13 -
YUV 85.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 167 42 100 0 0.75 0.40 0.35 332.16 0.6 0.41
Hex A7 2A 64 0 4B 28 23 14C 3C 29
Octal 247 52 144 0 113 50 43 514 74 51
Binary 10100111 101010 1100100 0 1001011 101000 100011 101001100 111100 101001

Color Harmonies of #A72A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A64

Black with #A72A64

Text Example


Text Example

White with #A72A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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