#af6377

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

Shades of Turkish Rose #AF6377

Tints of Turkish Rose #AF6377

Color information

#AF6377 (or 0xAF6377) is unknown color: approx Turkish Rose. HEX triplet: AF, 63 and 77. RGB value is (175,99,119). Sum of RGB (Red+Green+Blue) = 175+99+119=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6377 is #509C88. Grayscale: #7C7C7C. Windows color (decimal): -5282953 or 7824303. OLE color: 7824303.

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

Color convert

RGB17599119-
CMYK00.430.320.31
HSL344.21º32.2%53.73%-
HSV(B)344.21º43.43%68.63%-
XYZ25.4719.3719.85-
YUV124125.18164.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=44.53%
G=25.19%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759911900.430.320.31344.2132.253.73
HexAF637702B201F1582036
Octal25714316705340375304066
Binary1010111111000111110111010101110000011111101011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6377; }

 p { color: rgb(175,99,119); }

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

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

 a { background-color: rgb(175,99,119); }

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

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

 span { border-color: rgb(175,99,119); }

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