Html Css Color HEX #A45975 Royal Heath

📋 copy color: '#A45975'

red 164 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #A45975

Tints of Royal Heath #A45975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 44.32%
G = 24.05%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A45975 (or 0xA45975) is known color: Royal Heath. HEX triplet: A4, 59 and 75. RGB value is (164,89,117). Sum of RGB (Red+Green+Blue) = 164+89+117=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45975 is #5BA68A. Grayscale: #727272. Windows color (decimal): -6006411 or 7690660. OLE color: 7690660.

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

Color convert

RGB 164 89 117 -
CMYK 0 0.46 0.29 0.36
HSL 337.6º 0.3% 0.5% -
HSV(B) 337.6º 0.46% 0.64% -
XYZ 22.09 16.32 18.82 -
YUV 114.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 164 89 117 0 0.46 0.29 0.36 337.6 0.3 0.5
Hex A4 59 75 0 2E 1D 24 152 1E 32
Octal 244 131 165 0 56 35 44 522 36 62
Binary 10100100 1011001 1110101 0 101110 11101 100100 101010010 11110 110010

Color Harmonies of #A45975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45975

Black with #A45975

Text Example


Text Example

White with #A45975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45975; }

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

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

background-color css

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

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

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

border-color css

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

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

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