#AF626E

Color #AF626E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AF626E

Tints of Turkish Rose #AF626E

Color information

#AF626E (or 0xAF626E) is unknown color: approx Turkish Rose. HEX triplet: AF, 62 and 6E. RGB value is (175,98,110). Sum of RGB (Red+Green+Blue) = 175+98+110=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF626E is #509D91. Grayscale: #7A7A7A. Windows color (decimal): -5283218 or 7234223. OLE color: 7234223.

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

Color convert

RGB17598110-
CMYK00.440.370.31
HSL350.65º32.49%53.53%-
HSV(B)350.65º44%68.63%-
XYZ24.8618.9817.1-
YUV122.39121.01165.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=45.69%
G=25.59%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759811000.440.370.31350.6532.4953.53
HexAF626E02C251F15f2036
Octal25714215605445375374066
Binary1010111111000101101110010110010010111111101011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF626E; }

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

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

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

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

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

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

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

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