Html Css Color HEX #A45376 Royal Heath

📋 copy color: '#A45376'

red 164 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #A45376

Tints of Royal Heath #A45376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 44.93%
G = 22.74%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A45376 (or 0xA45376) is known color: Royal Heath. HEX triplet: A4, 53 and 76. RGB value is (164,83,118). Sum of RGB (Red+Green+Blue) = 164+83+118=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45376 is #5BAC89. Grayscale: #6F6F6F. Windows color (decimal): -6007946 or 7754660. OLE color: 7754660.

HSL color Cylindrical-coordinate representation of color #A45376: hue angle of 334.07º 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 #A45376 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 118 -
CMYK 0 0.49 0.28 0.36
HSL 334.07º 0.33% 0.48% -
HSV(B) 334.07º 0.49% 0.64% -
XYZ 21.67 15.39 18.97 -
YUV 111.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 164 83 118 0 0.49 0.28 0.36 334.07 0.33 0.48
Hex A4 53 76 0 31 1C 24 14E 21 30
Octal 244 123 166 0 61 34 44 516 41 60
Binary 10100100 1010011 1110110 0 110001 11100 100100 101001110 100001 110000

Color Harmonies of #A45376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45376

Black with #A45376

Text Example


Text Example

White with #A45376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45376; }

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

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

background-color css

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

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

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

border-color css

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

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

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