Html Css Color HEX #AF6C73 Turkish Rose

📋 copy color: '#AF6C73'

red 175 ◦ green 108 ◦ blue 115

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

Shades of Turkish Rose #AF6C73

Tints of Turkish Rose #AF6C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 43.97%
G = 27.14%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6C73 (or 0xAF6C73) is known color: Turkish Rose. HEX triplet: AF, 6C and 73. RGB value is (175,108,115). Sum of RGB (Red+Green+Blue) = 175+108+115=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C73 is #50938C. Grayscale: #808080. Windows color (decimal): -5280653 or 7564463. OLE color: 7564463.

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

Color convert

RGB 175 108 115 -
CMYK 0 0.38 0.34 0.31
HSL 353.73º 0.3% 0.55% -
HSV(B) 353.73º 0.38% 0.69% -
XYZ 26.14 21.08 18.91 -
YUV 128.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 175 108 115 0 0.38 0.34 0.31 353.73 0.3 0.55
Hex AF 6C 73 0 26 22 1F 162 1E 37
Octal 257 154 163 0 46 42 37 542 36 67
Binary 10101111 1101100 1110011 0 100110 100010 11111 101100010 11110 110111

Color Harmonies of #AF6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C73

Black with #AF6C73

Text Example


Text Example

White with #AF6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C73; }

 p { color: rgb(175,108,115); }

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

background-color css

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

 a { background-color: rgb(175,108,115); }

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

border-color css

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

 span { border-color: rgb(175,108,115); }

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