#AF626B

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

Shades of Turkish Rose #AF626B

Tints of Turkish Rose #AF626B

Color information

#AF626B (or 0xAF626B) is unknown color: approx Turkish Rose. HEX triplet: AF, 62 and 6B. RGB value is (175,98,107). Sum of RGB (Red+Green+Blue) = 175+98+107=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF626B is #509D94. Grayscale: #7A7A7A. Windows color (decimal): -5283221 or 7037615. OLE color: 7037615.

HSL color Cylindrical-coordinate representation of color #AF626B: hue angle of 352.99º 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 #AF626B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17598107-
CMYK00.440.390.31
HSL352.99º32.49%53.53%-
HSV(B)352.99º44%68.63%-
XYZ24.718.9116.26-
YUV122.05119.51165.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=46.05%
G=25.79%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759810700.440.390.31352.9932.4953.53
HexAF626B02C271F1612036
Octal25714215305447375414066
Binary1010111111000101101011010110010011111111101100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF626B; }

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

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

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

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

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

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

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

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