#A35375

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

Shades of Royal Heath #A35375

Tints of Royal Heath #A35375

Color information

#A35375 (or 0xA35375) is unknown color: approx Royal Heath. HEX triplet: A3, 53 and 75. RGB value is (163,83,117). Sum of RGB (Red+Green+Blue) = 163+83+117=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35375 is #5CAC8A. Grayscale: #6E6E6E. Windows color (decimal): -6073483 or 7689123. OLE color: 7689123.

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

Color convert

RGB16383117-
CMYK00.490.280.36
HSL334.5º32.52%48.24%-
HSV(B)334.5º49.08%63.92%-
XYZ21.4115.2618.65-
YUV110.8131.5165.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=44.90%
G=22.87%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638311700.490.280.36334.532.5248.24
HexA353750311C2414e2130
Octal24312316506134445164160
Binary1010001110100111110101011000111100100100101001110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35375; }

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

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

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

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

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

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

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

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