#AF436E

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

Shades of Royal Heath #AF436E

Tints of Royal Heath #AF436E

Color information

#AF436E (or 0xAF436E) is unknown color: approx Royal Heath. HEX triplet: AF, 43 and 6E. RGB value is (175,67,110). Sum of RGB (Red+Green+Blue) = 175+67+110=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF436E is #50BC91. Grayscale: #686868. Windows color (decimal): -5291154 or 7226287. OLE color: 7226287.

HSL color Cylindrical-coordinate representation of color #AF436E: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF436E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17567110-
CMYK00.620.370.31
HSL336.11º44.63%47.45%-
HSV(B)336.11º61.71%68.63%-
XYZ22.514.2516.32-
YUV104.19131.28178.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=49.72%
G=19.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756711000.620.370.31336.1144.6347.45
HexAF436E03E251F1502d2f
Octal25710315607645375205557
Binary1010111110000111101110011111010010111111101010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF436E; }

 p { color: rgb(175,67,110); }

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

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

 a { background-color: rgb(175,67,110); }

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

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

 span { border-color: rgb(175,67,110); }

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