Html Css Color HEX #A74F70 Royal Heath

📋 copy color: '#A74F70'

red 167 ◦ green 79 ◦ blue 112

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

Shades of Royal Heath #A74F70

Tints of Royal Heath #A74F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 46.65%
G = 22.07%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A74F70 (or 0xA74F70) is known color: Royal Heath. HEX triplet: A7, 4F and 70. RGB value is (167,79,112). Sum of RGB (Red+Green+Blue) = 167+79+112=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F70 is #58B08F. Grayscale: #6D6D6D. Windows color (decimal): -5812368 or 7360423. OLE color: 7360423.

HSL color Cylindrical-coordinate representation of color #A74F70: hue angle of 337.5º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F70 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 112 -
CMYK 0 0.53 0.33 0.35
HSL 337.5º 0.36% 0.48% -
HSV(B) 337.5º 0.53% 0.65% -
XYZ 21.66 14.98 17.08 -
YUV 109.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 167 79 112 0 0.53 0.33 0.35 337.5 0.36 0.48
Hex A7 4F 70 0 35 21 23 152 24 30
Octal 247 117 160 0 65 41 43 522 44 60
Binary 10100111 1001111 1110000 0 110101 100001 100011 101010010 100100 110000

Color Harmonies of #A74F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F70

Black with #A74F70

Text Example


Text Example

White with #A74F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F70; }

 p { color: rgb(167,79,112); }

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

background-color css

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

 a { background-color: rgb(167,79,112); }

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

border-color css

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

 span { border-color: rgb(167,79,112); }

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