Html Css Color HEX #AF6C72 Turkish Rose

📋 copy color: '#AF6C72'

red 175 ◦ green 108 ◦ blue 114

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

Shades of Turkish Rose #AF6C72

Tints of Turkish Rose #AF6C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 44.08%
G = 27.2%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF6C72 (or 0xAF6C72) is known color: Turkish Rose. HEX triplet: AF, 6C and 72. RGB value is (175,108,114). Sum of RGB (Red+Green+Blue) = 175+108+114=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C72 is #50938D. Grayscale: #808080. Windows color (decimal): -5280654 or 7498927. OLE color: 7498927.

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

Color convert

RGB 175 108 114 -
CMYK 0 0.38 0.35 0.31
HSL 354.63º 0.3% 0.55% -
HSV(B) 354.63º 0.38% 0.69% -
XYZ 26.08 21.05 18.61 -
YUV 128.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 175 108 114 0 0.38 0.35 0.31 354.63 0.3 0.55
Hex AF 6C 72 0 26 23 1F 163 1E 37
Octal 257 154 162 0 46 43 37 543 36 67
Binary 10101111 1101100 1110010 0 100110 100011 11111 101100011 11110 110111

Color Harmonies of #AF6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C72

Black with #AF6C72

Text Example


Text Example

White with #AF6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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