Html Css Color HEX #AF696E Turkish Rose

📋 copy color: '#AF696E'

red 175 ◦ green 105 ◦ blue 110

#AF696E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AF696E

Tints of Turkish Rose #AF696E

RGB

 RED value IS 175 (68.75% from 255) = 44.87%

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 44.87%
G = 26.92%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF696E (or 0xAF696E) is known color: Turkish Rose. HEX triplet: AF, 69 and 6E. RGB value is (175,105,110). Sum of RGB (Red+Green+Blue) = 175+105+110=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696E is #509691. Grayscale: #7E7E7E. Windows color (decimal): -5281426 or 7236015. OLE color: 7236015.

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

Color convert

RGB 175 105 110 -
CMYK 0 0.40 0.37 0.31
HSL 355.71º 0.3% 0.55% -
HSV(B) 355.71º 0.4% 0.69% -
XYZ 25.55 20.34 17.33 -
YUV 126.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 175 105 110 0 0.40 0.37 0.31 355.71 0.3 0.55
Hex AF 69 6E 0 28 25 1F 164 1E 37
Octal 257 151 156 0 50 45 37 544 36 67
Binary 10101111 1101001 1101110 0 101000 100101 11111 101100100 11110 110111

Color Harmonies of #AF696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF696E

Black with #AF696E

Text Example


Text Example

White with #AF696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF696E; }

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

 H1.HeaderClassName
 {
   color: #AF696E;
 }
 .AnyTagClassName
 {
   color: #AF696E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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