Html Css Color HEX #A44375 Royal Heath

📋 copy color: '#A44375'

red 164 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #A44375

Tints of Royal Heath #A44375

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 47.13%
G = 19.25%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A44375 (or 0xA44375) is known color: Royal Heath. HEX triplet: A4, 43 and 75. RGB value is (164,67,117). Sum of RGB (Red+Green+Blue) = 164+67+117=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44375 is #5BBC8A. Grayscale: #656565. Windows color (decimal): -6012043 or 7685028. OLE color: 7685028.

HSL color Cylindrical-coordinate representation of color #A44375: hue angle of 329.07º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44375 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 117 -
CMYK 0 0.59 0.29 0.36
HSL 329.07º 0.42% 0.45% -
HSV(B) 329.07º 0.59% 0.64% -
XYZ 20.53 13.19 18.29 -
YUV 101.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 164 67 117 0 0.59 0.29 0.36 329.07 0.42 0.45
Hex A4 43 75 0 3B 1D 24 149 2A 2D
Octal 244 103 165 0 73 35 44 511 52 55
Binary 10100100 1000011 1110101 0 111011 11101 100100 101001001 101010 101101

Color Harmonies of #A44375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44375

Black with #A44375

Text Example


Text Example

White with #A44375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44375; }

 p { color: rgb(164,67,117); }

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

background-color css

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

 a { background-color: rgb(164,67,117); }

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

border-color css

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

 span { border-color: rgb(164,67,117); }

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