Html Css Color HEX #A72F69 Rouge

📋 copy color: '#A72F69'

red 167 ◦ green 47 ◦ blue 105

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

Shades of Rouge #A72F69

Tints of Rouge #A72F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 52.35%
G = 14.73%
B = 32.92%

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

#A72F69 (or 0xA72F69) is known color: Rouge. HEX triplet: A7, 2F and 69. RGB value is (167,47,105). Sum of RGB (Red+Green+Blue) = 167+47+105=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72F69 is #58D096. Grayscale: #595959. Windows color (decimal): -5820567 or 6893479. OLE color: 6893479.

HSL color Cylindrical-coordinate representation of color #A72F69: hue angle of 331º degrees, saturation: 0.56, 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 #A72F69 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 47 105 -
CMYK 0 0.72 0.37 0.35
HSL 331º 0.56% 0.42% -
HSV(B) 331º 0.72% 0.65% -
XYZ 19.5 11.27 14.51 -
YUV 89.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 167 47 105 0 0.72 0.37 0.35 331 0.56 0.42
Hex A7 2F 69 0 48 25 23 14B 38 2A
Octal 247 57 151 0 110 45 43 513 70 52
Binary 10100111 101111 1101001 0 1001000 100101 100011 101001011 111000 101010

Color Harmonies of #A72F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F69

Black with #A72F69

Text Example


Text Example

White with #A72F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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