Html Css Color HEX #A94372 Royal Heath

📋 copy color: '#A94372'

red 169 ◦ green 67 ◦ blue 114

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

Shades of Royal Heath #A94372

Tints of Royal Heath #A94372

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 48.29%
G = 19.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A94372 (or 0xA94372) is known color: Royal Heath. HEX triplet: A9, 43 and 72. RGB value is (169,67,114). Sum of RGB (Red+Green+Blue) = 169+67+114=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A94372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94372 is #56BC8D. Grayscale: #666666. Windows color (decimal): -5684366 or 7488425. OLE color: 7488425.

HSL color Cylindrical-coordinate representation of color #A94372: hue angle of 332.35º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94372 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 67 114 -
CMYK 0 0.60 0.33 0.34
HSL 332.35º 0.43% 0.46% -
HSV(B) 332.35º 0.6% 0.66% -
XYZ 21.41 13.66 17.43 -
YUV 102.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 169 67 114 0 0.60 0.33 0.34 332.35 0.43 0.46
Hex A9 43 72 0 3C 21 22 14C 2B 2E
Octal 251 103 162 0 74 41 42 514 53 56
Binary 10101001 1000011 1110010 0 111100 100001 100010 101001100 101011 101110

Color Harmonies of #A94372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94372

Black with #A94372

Text Example


Text Example

White with #A94372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94372; }

 p { color: rgb(169,67,114); }

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

background-color css

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

 a { background-color: rgb(169,67,114); }

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

border-color css

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

 span { border-color: rgb(169,67,114); }

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