Html Css Color HEX #A65370 Royal Heath

📋 copy color: '#A65370'

red 166 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #A65370

Tints of Royal Heath #A65370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 45.98%
G = 22.99%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A65370 (or 0xA65370) is known color: Royal Heath. HEX triplet: A6, 53 and 70. RGB value is (166,83,112). Sum of RGB (Red+Green+Blue) = 166+83+112=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A65370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65370 is #59AC8F. Grayscale: #6F6F6F. Windows color (decimal): -5876880 or 7361446. OLE color: 7361446.

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

Color convert

RGB 166 83 112 -
CMYK 0 0.50 0.33 0.35
HSL 339.04º 0.33% 0.49% -
HSV(B) 339.04º 0.5% 0.65% -
XYZ 21.74 15.46 17.17 -
YUV 111.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 166 83 112 0 0.50 0.33 0.35 339.04 0.33 0.49
Hex A6 53 70 0 32 21 23 153 21 31
Octal 246 123 160 0 62 41 43 523 41 61
Binary 10100110 1010011 1110000 0 110010 100001 100011 101010011 100001 110001

Color Harmonies of #A65370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65370

Black with #A65370

Text Example


Text Example

White with #A65370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65370; }

 p { color: rgb(166,83,112); }

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

background-color css

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

 a { background-color: rgb(166,83,112); }

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

border-color css

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

 span { border-color: rgb(166,83,112); }

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