Html Css Color HEX #AB536F Royal Heath

📋 copy color: '#AB536F'

red 171 ◦ green 83 ◦ blue 111

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

Shades of Royal Heath #AB536F

Tints of Royal Heath #AB536F

RGB

 RED value IS 171 (67.19% from 255) = 46.85%

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

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

R = 46.85%
G = 22.74%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB536F (or 0xAB536F) is known color: Royal Heath. HEX triplet: AB, 53 and 6F. RGB value is (171,83,111). Sum of RGB (Red+Green+Blue) = 171+83+111=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB536F is #54AC90. Grayscale: #707070. Windows color (decimal): -5549201 or 7295915. OLE color: 7295915.

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

Color convert

RGB 171 83 111 -
CMYK 0 0.51 0.35 0.33
HSL 340.91º 0.35% 0.5% -
HSV(B) 340.91º 0.51% 0.67% -
XYZ 22.76 15.99 16.93 -
YUV 112.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 171 83 111 0 0.51 0.35 0.33 340.91 0.35 0.5
Hex AB 53 6F 0 33 23 21 155 23 32
Octal 253 123 157 0 63 43 41 525 43 62
Binary 10101011 1010011 1101111 0 110011 100011 100001 101010101 100011 110010

Color Harmonies of #AB536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB536F

Black with #AB536F

Text Example


Text Example

White with #AB536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB536F; }

 p { color: rgb(171,83,111); }

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

background-color css

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

 a { background-color: rgb(171,83,111); }

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

border-color css

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

 span { border-color: rgb(171,83,111); }

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