Html Css Color HEX #A45379 Royal Heath

📋 copy color: '#A45379'

red 164 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #A45379

Tints of Royal Heath #A45379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 44.57%
G = 22.55%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A45379 (or 0xA45379) is known color: Royal Heath. HEX triplet: A4, 53 and 79. RGB value is (164,83,121). Sum of RGB (Red+Green+Blue) = 164+83+121=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45379 is #5BAC86. Grayscale: #6F6F6F. Windows color (decimal): -6007943 or 7951268. OLE color: 7951268.

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

Color convert

RGB 164 83 121 -
CMYK 0 0.49 0.26 0.36
HSL 331.85º 0.33% 0.48% -
HSV(B) 331.85º 0.49% 0.64% -
XYZ 21.85 15.46 19.92 -
YUV 111.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 164 83 121 0 0.49 0.26 0.36 331.85 0.33 0.48
Hex A4 53 79 0 31 1A 24 14C 21 30
Octal 244 123 171 0 61 32 44 514 41 60
Binary 10100100 1010011 1111001 0 110001 11010 100100 101001100 100001 110000

Color Harmonies of #A45379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45379

Black with #A45379

Text Example


Text Example

White with #A45379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45379; }

 p { color: rgb(164,83,121); }

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

background-color css

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

 a { background-color: rgb(164,83,121); }

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

border-color css

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

 span { border-color: rgb(164,83,121); }

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