Html Css Color HEX #AF747B Turkish Rose

📋 copy color: '#AF747B'

red 175 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #AF747B

Tints of Turkish Rose #AF747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 42.27%
G = 28.02%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF747B (or 0xAF747B) is known color: Turkish Rose. HEX triplet: AF, 74 and 7B. RGB value is (175,116,123). Sum of RGB (Red+Green+Blue) = 175+116+123=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747B is #508B84. Grayscale: #868686. Windows color (decimal): -5278597 or 8090799. OLE color: 8090799.

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

Color convert

RGB 175 116 123 -
CMYK 0 0.34 0.30 0.31
HSL 352.88º 0.27% 0.57% -
HSV(B) 352.88º 0.34% 0.69% -
XYZ 27.5 23.03 21.74 -
YUV 134.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 175 116 123 0 0.34 0.30 0.31 352.88 0.27 0.57
Hex AF 74 7B 0 22 1E 1F 161 1B 39
Octal 257 164 173 0 42 36 37 541 33 71
Binary 10101111 1110100 1111011 0 100010 11110 11111 101100001 11011 111001

Color Harmonies of #AF747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF747B

Black with #AF747B

Text Example


Text Example

White with #AF747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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