Html Css Color HEX #A35575 Royal Heath

📋 copy color: '#A35575'

red 163 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #A35575

Tints of Royal Heath #A35575

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 value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A35575 (or 0xA35575) is known color: 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

RGB 163 85 117 -
CMYK 0 0.48 0.28 0.36
HSL 335.38º 0.31% 0.49% -
HSV(B) 335.38º 0.48% 0.64% -
XYZ 21.56 15.57 18.7 -
YUV 111.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 163 85 117 0 0.48 0.28 0.36 335.38 0.31 0.49
Hex A3 55 75 0 30 1C 24 14F 1F 31
Octal 243 125 165 0 60 34 44 517 37 61
Binary 10100011 1010101 1110101 0 110000 11100 100100 101001111 11111 110001

Color Harmonies of #A35575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35575

Black with #A35575

Text Example


Text Example

White with #A35575

Text Example


Text Example

HTML Codes & Css Web 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>