Html Css Color HEX #A75A75 Royal Heath

📋 copy color: '#A75A75'

red 167 ◦ green 90 ◦ blue 117

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

Shades of Royal Heath #A75A75

Tints of Royal Heath #A75A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 44.65%
G = 24.06%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A75A75 (or 0xA75A75) is known color: Royal Heath. HEX triplet: A7, 5A and 75. RGB value is (167,90,117). Sum of RGB (Red+Green+Blue) = 167+90+117=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A75 is #58A58A. Grayscale: #747474. Windows color (decimal): -5809547 or 7690919. OLE color: 7690919.

HSL color Cylindrical-coordinate representation of color #A75A75: hue angle of 338.96º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A75 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 90 117 -
CMYK 0 0.46 0.30 0.35
HSL 338.96º 0.3% 0.5% -
HSV(B) 338.96º 0.46% 0.65% -
XYZ 22.8 16.81 18.87 -
YUV 116.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 167 90 117 0 0.46 0.30 0.35 338.96 0.3 0.5
Hex A7 5A 75 0 2E 1E 23 153 1E 32
Octal 247 132 165 0 56 36 43 523 36 62
Binary 10100111 1011010 1110101 0 101110 11110 100011 101010011 11110 110010

Color Harmonies of #A75A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A75

Black with #A75A75

Text Example


Text Example

White with #A75A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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