Html Css Color HEX #A7516F Royal Heath

📋 copy color: '#A7516F'

red 167 ◦ green 81 ◦ blue 111

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

Shades of Royal Heath #A7516F

Tints of Royal Heath #A7516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 46.52%
G = 22.56%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7516F (or 0xA7516F) is known color: Royal Heath. HEX triplet: A7, 51 and 6F. RGB value is (167,81,111). Sum of RGB (Red+Green+Blue) = 167+81+111=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516F is #58AE90. Grayscale: #6E6E6E. Windows color (decimal): -5811857 or 7295399. OLE color: 7295399.

HSL color Cylindrical-coordinate representation of color #A7516F: hue angle of 339.07º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7516F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 111 -
CMYK 0 0.51 0.34 0.35
HSL 339.07º 0.35% 0.49% -
HSV(B) 339.07º 0.51% 0.65% -
XYZ 21.75 15.25 16.84 -
YUV 110.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 167 81 111 0 0.51 0.34 0.35 339.07 0.35 0.49
Hex A7 51 6F 0 33 22 23 153 23 31
Octal 247 121 157 0 63 42 43 523 43 61
Binary 10100111 1010001 1101111 0 110011 100010 100011 101010011 100011 110001

Color Harmonies of #A7516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7516F

Black with #A7516F

Text Example


Text Example

White with #A7516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7516F; }

 p { color: rgb(167,81,111); }

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

background-color css

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

 a { background-color: rgb(167,81,111); }

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

border-color css

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

 span { border-color: rgb(167,81,111); }

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