Html Css Color HEX #A7536E Royal Heath

📋 copy color: '#A7536E'

red 167 ◦ green 83 ◦ blue 110

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

Shades of Royal Heath #A7536E

Tints of Royal Heath #A7536E

RGB

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

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

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

R = 46.39%
G = 23.06%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7536E (or 0xA7536E) is known color: Royal Heath. HEX triplet: A7, 53 and 6E. RGB value is (167,83,110). Sum of RGB (Red+Green+Blue) = 167+83+110=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7536E is #58AC91. Grayscale: #6F6F6F. Windows color (decimal): -5811346 or 7230375. OLE color: 7230375.

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

Color convert

RGB 167 83 110 -
CMYK 0 0.50 0.34 0.35
HSL 340.71º 0.34% 0.49% -
HSV(B) 340.71º 0.5% 0.65% -
XYZ 21.84 15.53 16.6 -
YUV 111.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 167 83 110 0 0.50 0.34 0.35 340.71 0.34 0.49
Hex A7 53 6E 0 32 22 23 155 22 31
Octal 247 123 156 0 62 42 43 525 42 61
Binary 10100111 1010011 1101110 0 110010 100010 100011 101010101 100010 110001

Color Harmonies of #A7536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7536E

Black with #A7536E

Text Example


Text Example

White with #A7536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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