Html Css Color HEX #A75375 Royal Heath

📋 copy color: '#A75375'

red 167 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #A75375

Tints of Royal Heath #A75375

RGB

 RED value IS 167 (65.63% from 255) = 45.5%

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

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

R = 45.5%
G = 22.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A75375 (or 0xA75375) is known color: Royal Heath. HEX triplet: A7, 53 and 75. RGB value is (167,83,117). Sum of RGB (Red+Green+Blue) = 167+83+117=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A75375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75375 is #58AC8A. Grayscale: #6F6F6F. Windows color (decimal): -5811339 or 7689127. OLE color: 7689127.

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

Color convert

RGB 167 83 117 -
CMYK 0 0.50 0.30 0.35
HSL 335.71º 0.34% 0.49% -
HSV(B) 335.71º 0.5% 0.65% -
XYZ 22.24 15.69 18.69 -
YUV 111.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 167 83 117 0 0.50 0.30 0.35 335.71 0.34 0.49
Hex A7 53 75 0 32 1E 23 150 22 31
Octal 247 123 165 0 62 36 43 520 42 61
Binary 10100111 1010011 1110101 0 110010 11110 100011 101010000 100010 110001

Color Harmonies of #A75375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75375

Black with #A75375

Text Example


Text Example

White with #A75375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75375; }

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

 H1.HeaderClassName
 {
   color: #A75375;
 }
 .AnyTagClassName
 {
   color: #A75375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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