Html Css Color HEX #AF6172 Turkish Rose

📋 copy color: '#AF6172'

red 175 ◦ green 97 ◦ blue 114

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

Shades of Turkish Rose #AF6172

Tints of Turkish Rose #AF6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 45.34%
G = 25.13%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF6172 (or 0xAF6172) is known color: Turkish Rose. HEX triplet: AF, 61 and 72. RGB value is (175,97,114). Sum of RGB (Red+Green+Blue) = 175+97+114=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6172 is #509E8D. Grayscale: #7A7A7A. Windows color (decimal): -5283470 or 7496111. OLE color: 7496111.

HSL color Cylindrical-coordinate representation of color #AF6172: hue angle of 346.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6172 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 114 -
CMYK 0 0.45 0.35 0.31
HSL 346.92º 0.33% 0.53% -
HSV(B) 346.92º 0.45% 0.69% -
XYZ 24.99 18.88 18.25 -
YUV 122.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 175 97 114 0 0.45 0.35 0.31 346.92 0.33 0.53
Hex AF 61 72 0 2D 23 1F 15B 21 35
Octal 257 141 162 0 55 43 37 533 41 65
Binary 10101111 1100001 1110010 0 101101 100011 11111 101011011 100001 110101

Color Harmonies of #AF6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6172

Black with #AF6172

Text Example


Text Example

White with #AF6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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