#AF696B

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

Shades of Turkish Rose #AF696B

Tints of Turkish Rose #AF696B

Color information

#AF696B (or 0xAF696B) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 6B. RGB value is (175,105,107). Sum of RGB (Red+Green+Blue) = 175+105+107=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696B is #509694. Grayscale: #7E7E7E. Windows color (decimal): -5281429 or 7039407. OLE color: 7039407.

HSL color Cylindrical-coordinate representation of color #AF696B: hue angle of 358.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF696B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175105107-
CMYK00.400.390.31
HSL358.29º30.43%54.9%-
HSV(B)358.29º40%68.63%-
XYZ25.3820.2816.49-
YUV126.16117.19162.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=45.22%
G=27.13%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510510700.400.390.31358.2930.4354.9
HexAF696B028271F1661e37
Octal25715115305047375463667
Binary101011111101001110101101010001001111111110110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF696B; }

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

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

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

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

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

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

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

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