Html Css Color HEX #A5536F Royal Heath

📋 copy color: '#A5536F'

red 165 ◦ green 83 ◦ blue 111

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

Shades of Royal Heath #A5536F

Tints of Royal Heath #A5536F

RGB

 RED value IS 165 (64.84% from 255) = 45.96%

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

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

R = 45.96%
G = 23.12%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5536F (or 0xA5536F) is known color: Royal Heath. HEX triplet: A5, 53 and 6F. RGB value is (165,83,111). Sum of RGB (Red+Green+Blue) = 165+83+111=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5536F is #5AAC90. Grayscale: #6E6E6E. Windows color (decimal): -5942417 or 7295909. OLE color: 7295909.

HSL color Cylindrical-coordinate representation of color #A5536F: hue angle of 339.51º degrees, saturation: 0.33, 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 #A5536F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 111 -
CMYK 0 0.50 0.33 0.35
HSL 339.51º 0.33% 0.49% -
HSV(B) 339.51º 0.5% 0.65% -
XYZ 21.48 15.33 16.87 -
YUV 110.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 165 83 111 0 0.50 0.33 0.35 339.51 0.33 0.49
Hex A5 53 6F 0 32 21 23 154 21 31
Octal 245 123 157 0 62 41 43 524 41 61
Binary 10100101 1010011 1101111 0 110010 100001 100011 101010100 100001 110001

Color Harmonies of #A5536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5536F

Black with #A5536F

Text Example


Text Example

White with #A5536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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