Html Css Color HEX #AF686E Turkish Rose

📋 copy color: '#AF686E'

red 175 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #AF686E

Tints of Turkish Rose #AF686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 44.99%
G = 26.74%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF686E (or 0xAF686E) is known color: Turkish Rose. HEX triplet: AF, 68 and 6E. RGB value is (175,104,110). Sum of RGB (Red+Green+Blue) = 175+104+110=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686E is #509791. Grayscale: #7D7D7D. Windows color (decimal): -5281682 or 7235759. OLE color: 7235759.

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

Color convert

RGB 175 104 110 -
CMYK 0 0.41 0.37 0.31
HSL 354.93º 0.31% 0.55% -
HSV(B) 354.93º 0.41% 0.69% -
XYZ 25.44 20.14 17.3 -
YUV 125.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 175 104 110 0 0.41 0.37 0.31 354.93 0.31 0.55
Hex AF 68 6E 0 29 25 1F 163 1F 37
Octal 257 150 156 0 51 45 37 543 37 67
Binary 10101111 1101000 1101110 0 101001 100101 11111 101100011 11111 110111

Color Harmonies of #AF686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF686E

Black with #AF686E

Text Example


Text Example

White with #AF686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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