Html Css Color HEX #A7506E Royal Heath

📋 copy color: '#A7506E'

red 167 ◦ green 80 ◦ blue 110

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

Shades of Royal Heath #A7506E

Tints of Royal Heath #A7506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 46.78%
G = 22.41%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7506E (or 0xA7506E) is known color: Royal Heath. HEX triplet: A7, 50 and 6E. RGB value is (167,80,110). Sum of RGB (Red+Green+Blue) = 167+80+110=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7506E is #58AF91. Grayscale: #6D6D6D. Windows color (decimal): -5812114 or 7229607. OLE color: 7229607.

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

Color convert

RGB 167 80 110 -
CMYK 0 0.52 0.34 0.35
HSL 339.31º 0.35% 0.48% -
HSV(B) 339.31º 0.52% 0.65% -
XYZ 21.62 15.08 16.52 -
YUV 109.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 167 80 110 0 0.52 0.34 0.35 339.31 0.35 0.48
Hex A7 50 6E 0 34 22 23 153 23 30
Octal 247 120 156 0 64 42 43 523 43 60
Binary 10100111 1010000 1101110 0 110100 100010 100011 101010011 100011 110000

Color Harmonies of #A7506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7506E

Black with #A7506E

Text Example


Text Example

White with #A7506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7506E; }

 p { color: rgb(167,80,110); }

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

background-color css

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

 a { background-color: rgb(167,80,110); }

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

border-color css

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

 span { border-color: rgb(167,80,110); }

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