Html Css Color HEX #A65973 Royal Heath

📋 copy color: '#A65973'

red 166 ◦ green 89 ◦ blue 115

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

Shades of Royal Heath #A65973

Tints of Royal Heath #A65973

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 44.86%
G = 24.05%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65973 (or 0xA65973) is known color: Royal Heath. HEX triplet: A6, 59 and 73. RGB value is (166,89,115). Sum of RGB (Red+Green+Blue) = 166+89+115=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65973 is #59A68C. Grayscale: #727272. Windows color (decimal): -5875341 or 7559590. OLE color: 7559590.

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

Color convert

RGB 166 89 115 -
CMYK 0 0.46 0.31 0.35
HSL 339.74º 0.3% 0.5% -
HSV(B) 339.74º 0.46% 0.65% -
XYZ 22.39 16.49 18.22 -
YUV 114.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 166 89 115 0 0.46 0.31 0.35 339.74 0.3 0.5
Hex A6 59 73 0 2E 1F 23 154 1E 32
Octal 246 131 163 0 56 37 43 524 36 62
Binary 10100110 1011001 1110011 0 101110 11111 100011 101010100 11110 110010

Color Harmonies of #A65973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65973

Black with #A65973

Text Example


Text Example

White with #A65973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65973; }

 p { color: rgb(166,89,115); }

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

background-color css

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

 a { background-color: rgb(166,89,115); }

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

border-color css

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

 span { border-color: rgb(166,89,115); }

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