Html Css Color HEX #A65575 Royal Heath

📋 copy color: '#A65575'

red 166 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #A65575

Tints of Royal Heath #A65575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 45.11%
G = 23.1%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65575 (or 0xA65575) is known color: Royal Heath. HEX triplet: A6, 55 and 75. RGB value is (166,85,117). Sum of RGB (Red+Green+Blue) = 166+85+117=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65575 is #59AA8A. Grayscale: #707070. Windows color (decimal): -5876363 or 7689638. OLE color: 7689638.

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

Color convert

RGB 166 85 117 -
CMYK 0 0.49 0.30 0.35
HSL 336.3º 0.32% 0.49% -
HSV(B) 336.3º 0.49% 0.65% -
XYZ 22.19 15.89 18.73 -
YUV 112.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 166 85 117 0 0.49 0.30 0.35 336.3 0.32 0.49
Hex A6 55 75 0 31 1E 23 150 20 31
Octal 246 125 165 0 61 36 43 520 40 61
Binary 10100110 1010101 1110101 0 110001 11110 100011 101010000 100000 110001

Color Harmonies of #A65575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65575

Black with #A65575

Text Example


Text Example

White with #A65575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65575; }

 p { color: rgb(166,85,117); }

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

background-color css

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

 a { background-color: rgb(166,85,117); }

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

border-color css

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

 span { border-color: rgb(166,85,117); }

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