Html Css Color HEX #AF646B Turkish Rose

📋 copy color: '#AF646B'

red 175 ◦ green 100 ◦ blue 107

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

Shades of Turkish Rose #AF646B

Tints of Turkish Rose #AF646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 45.81%
G = 26.18%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF646B (or 0xAF646B) is known color: Turkish Rose. HEX triplet: AF, 64 and 6B. RGB value is (175,100,107). Sum of RGB (Red+Green+Blue) = 175+100+107=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF646B is #509B94. Grayscale: #7B7B7B. Windows color (decimal): -5282709 or 7038127. OLE color: 7038127.

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

Color convert

RGB 175 100 107 -
CMYK 0 0.43 0.39 0.31
HSL 354.4º 0.32% 0.54% -
HSV(B) 354.4º 0.43% 0.69% -
XYZ 24.89 19.29 16.32 -
YUV 123.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 175 100 107 0 0.43 0.39 0.31 354.4 0.32 0.54
Hex AF 64 6B 0 2B 27 1F 162 20 36
Octal 257 144 153 0 53 47 37 542 40 66
Binary 10101111 1100100 1101011 0 101011 100111 11111 101100010 100000 110110

Color Harmonies of #AF646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF646B

Black with #AF646B

Text Example


Text Example

White with #AF646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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