Html Css Color HEX #AF6B71 Turkish Rose

📋 copy color: '#AF6B71'

red 175 ◦ green 107 ◦ blue 113

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

Shades of Turkish Rose #AF6B71

Tints of Turkish Rose #AF6B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 44.3%
G = 27.09%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF6B71 (or 0xAF6B71) is known color: Turkish Rose. HEX triplet: AF, 6B and 71. RGB value is (175,107,113). Sum of RGB (Red+Green+Blue) = 175+107+113=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B71 is #50948E. Grayscale: #808080. Windows color (decimal): -5280911 or 7433135. OLE color: 7433135.

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

Color convert

RGB 175 107 113 -
CMYK 0 0.39 0.35 0.31
HSL 354.71º 0.3% 0.55% -
HSV(B) 354.71º 0.39% 0.69% -
XYZ 25.92 20.82 18.28 -
YUV 128.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 175 107 113 0 0.39 0.35 0.31 354.71 0.3 0.55
Hex AF 6B 71 0 27 23 1F 163 1E 37
Octal 257 153 161 0 47 43 37 543 36 67
Binary 10101111 1101011 1110001 0 100111 100011 11111 101100011 11110 110111

Color Harmonies of #AF6B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B71

Black with #AF6B71

Text Example


Text Example

White with #AF6B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B71; }

 p { color: rgb(175,107,113); }

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

background-color css

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

 a { background-color: rgb(175,107,113); }

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

border-color css

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

 span { border-color: rgb(175,107,113); }

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