Html Css Color HEX #A72E69 Rouge

📋 copy color: '#A72E69'

red 167 ◦ green 46 ◦ blue 105

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

Shades of Rouge #A72E69

Tints of Rouge #A72E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 52.52%
G = 14.47%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A72E69 (or 0xA72E69) is known color: Rouge. HEX triplet: A7, 2E and 69. RGB value is (167,46,105). Sum of RGB (Red+Green+Blue) = 167+46+105=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E69 is #58D196. Grayscale: #585858. Windows color (decimal): -5820823 or 6893223. OLE color: 6893223.

HSL color Cylindrical-coordinate representation of color #A72E69: hue angle of 330.74º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E69 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 46 105 -
CMYK 0 0.72 0.37 0.35
HSL 330.74º 0.57% 0.42% -
HSV(B) 330.74º 0.72% 0.65% -
XYZ 19.46 11.19 14.5 -
YUV 88.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 167 46 105 0 0.72 0.37 0.35 330.74 0.57 0.42
Hex A7 2E 69 0 48 25 23 14B 39 2A
Octal 247 56 151 0 110 45 43 513 71 52
Binary 10100111 101110 1101001 0 1001000 100101 100011 101001011 111001 101010

Color Harmonies of #A72E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E69

Black with #A72E69

Text Example


Text Example

White with #A72E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E69; }

 p { color: rgb(167,46,105); }

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

background-color css

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

 a { background-color: rgb(167,46,105); }

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

border-color css

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

 span { border-color: rgb(167,46,105); }

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