Html Css Color HEX #A35375 Royal Heath

📋 copy color: '#A35375'

red 163 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #A35375

Tints of Royal Heath #A35375

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 44.9%
G = 22.87%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

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

RGB 163 83 117 -
CMYK 0 0.49 0.28 0.36
HSL 334.5º 0.33% 0.48% -
HSV(B) 334.5º 0.49% 0.64% -
XYZ 21.41 15.26 18.65 -
YUV 110.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 163 83 117 0 0.49 0.28 0.36 334.5 0.33 0.48
Hex A3 53 75 0 31 1C 24 14E 21 30
Octal 243 123 165 0 61 34 44 516 41 60
Binary 10100011 1010011 1110101 0 110001 11100 100100 101001110 100001 110000

Color Harmonies of #A35375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35375

Black with #A35375

Text Example


Text Example

White with #A35375

Text Example


Text Example

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