#A65375

Color #A65375 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A65375

Tints of Royal Heath #A65375

Color information

#A65375 (or 0xA65375) is unknown color: approx Royal Heath. HEX triplet: A6, 53 and 75. RGB value is (166,83,117). Sum of RGB (Red+Green+Blue) = 166+83+117=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65375 is #59AC8A. Grayscale: #6F6F6F. Windows color (decimal): -5876875 or 7689126. OLE color: 7689126.

HSL color Cylindrical-coordinate representation of color #A65375: hue angle of 335.42º 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 #A65375 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16683117-
CMYK00.500.300.35
HSL335.42º33.33%48.82%-
HSV(B)335.42º50%65.1%-
XYZ22.0315.5818.68-
YUV111.69131166.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=45.36%
G=22.68%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668311700.500.300.35335.4233.3348.82
HexA653750321E2314f2131
Octal24612316506236435174161
Binary1010011010100111110101011001011110100011101001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65375; }

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

 H1.HeaderClassName
 {
   color: #A65375;
 }
 .AnyTagClassName
 {
   color: #A65375;
 }
</style>
background-color css

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

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

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

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

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

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