#A35575

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

Shades of Royal Heath #A35575

Tints of Royal Heath #A35575

Color information

#A35575 (or 0xA35575) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 75. RGB value is (163,85,117). Sum of RGB (Red+Green+Blue) = 163+85+117=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A35575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35575 is #5CAA8A. Grayscale: #6F6F6F. Windows color (decimal): -6072971 or 7689635. OLE color: 7689635.

HSL color Cylindrical-coordinate representation of color #A35575: hue angle of 335.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35575 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16385117-
CMYK00.480.280.36
HSL335.38º31.45%48.63%-
HSV(B)335.38º47.85%63.92%-
XYZ21.5615.5718.7-
YUV111.97130.84164.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=44.66%
G=23.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638511700.480.280.36335.3831.4548.63
HexA355750301C2414f1f31
Octal24312516506034445173761
Binary101000111010101111010101100001110010010010100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35575; }

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

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

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

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

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

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

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

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