Html Css Color HEX #AF646F Turkish Rose

📋 copy color: '#AF646F'

red 175 ◦ green 100 ◦ blue 111

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

Shades of Turkish Rose #AF646F

Tints of Turkish Rose #AF646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 45.34%
G = 25.91%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF646F (or 0xAF646F) is known color: Turkish Rose. HEX triplet: AF, 64 and 6F. RGB value is (175,100,111). Sum of RGB (Red+Green+Blue) = 175+100+111=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF646F is #509B90. Grayscale: #7B7B7B. Windows color (decimal): -5282705 or 7300271. OLE color: 7300271.

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

Color convert

RGB 175 100 111 -
CMYK 0 0.43 0.37 0.31
HSL 351.2º 0.32% 0.54% -
HSV(B) 351.2º 0.43% 0.69% -
XYZ 25.11 19.38 17.46 -
YUV 123.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 175 100 111 0 0.43 0.37 0.31 351.2 0.32 0.54
Hex AF 64 6F 0 2B 25 1F 15F 20 36
Octal 257 144 157 0 53 45 37 537 40 66
Binary 10101111 1100100 1101111 0 101011 100101 11111 101011111 100000 110110

Color Harmonies of #AF646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF646F

Black with #AF646F

Text Example


Text Example

White with #AF646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF646F; }

 p { color: rgb(175,100,111); }

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

background-color css

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

 a { background-color: rgb(175,100,111); }

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

border-color css

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

 span { border-color: rgb(175,100,111); }

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