#A8536F

Color #A8536F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A8536F

Tints of Royal Heath #A8536F

Color information

#A8536F (or 0xA8536F) is unknown color: approx Royal Heath. HEX triplet: A8, 53 and 6F. RGB value is (168,83,111). Sum of RGB (Red+Green+Blue) = 168+83+111=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8536F is #57AC90. Grayscale: #6F6F6F. Windows color (decimal): -5745809 or 7295912. OLE color: 7295912.

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

Color convert

RGB16883111-
CMYK00.510.340.34
HSL340.24º33.86%49.22%-
HSV(B)340.24º50.6%65.88%-
XYZ22.1115.6616.9-
YUV111.61127.66168.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=46.41%
G=22.93%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688311100.510.340.34340.2433.8649.22
HexA8536F03322221542231
Octal25012315706342425244261
Binary10101000101001111011110110011100010100010101010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8536F; }

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

 H1.HeaderClassName
 {
   color: #A8536F;
 }
 .AnyTagClassName
 {
   color: #A8536F;
 }
</style>
background-color css

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

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

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

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

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

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