#af696a

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

Shades of Turkish Rose #AF696A

Tints of Turkish Rose #AF696A

Color information

#AF696A (or 0xAF696A) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 6A. RGB value is (175,105,106). Sum of RGB (Red+Green+Blue) = 175+105+106=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696A is #509695. Grayscale: #7E7E7E. Windows color (decimal): -5281430 or 6973871. OLE color: 6973871.

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

Color convert

RGB175105106-
CMYK00.400.390.31
HSL359.14º30.43%54.9%-
HSV(B)359.14º40%68.63%-
XYZ25.3320.2616.21-
YUV126.04116.69162.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=45.34%
G=27.20%
B=27.46%

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
Decimal17510510600.400.390.31359.1430.4354.9
HexAF696A028271F1671e37
Octal25715115205047375473667
Binary101011111101001110101001010001001111111110110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af696a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af696a; }

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

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

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

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

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

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

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

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