Html Css Color HEX #AF747D Turkish Rose

📋 copy color: '#AF747D'

red 175 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #AF747D

Tints of Turkish Rose #AF747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 42.07%
G = 27.88%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF747D (or 0xAF747D) is known color: Turkish Rose. HEX triplet: AF, 74 and 7D. RGB value is (175,116,125). Sum of RGB (Red+Green+Blue) = 175+116+125=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747D is #508B82. Grayscale: #868686. Windows color (decimal): -5278595 or 8221871. OLE color: 8221871.

HSL color Cylindrical-coordinate representation of color #AF747D: hue angle of 350.85º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF747D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 125 -
CMYK 0 0.34 0.29 0.31
HSL 350.85º 0.27% 0.57% -
HSV(B) 350.85º 0.34% 0.69% -
XYZ 27.63 23.09 22.4 -
YUV 134.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 175 116 125 0 0.34 0.29 0.31 350.85 0.27 0.57
Hex AF 74 7D 0 22 1D 1F 15F 1B 39
Octal 257 164 175 0 42 35 37 537 33 71
Binary 10101111 1110100 1111101 0 100010 11101 11111 101011111 11011 111001

Color Harmonies of #AF747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF747D

Black with #AF747D

Text Example


Text Example

White with #AF747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF747D; }

 p { color: rgb(175,116,125); }

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

background-color css

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

 a { background-color: rgb(175,116,125); }

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

border-color css

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

 span { border-color: rgb(175,116,125); }

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