Html Css Color HEX #AF6D6E Turkish Rose

📋 copy color: '#AF6D6E'

red 175 ◦ green 109 ◦ blue 110

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

Shades of Turkish Rose #AF6D6E

Tints of Turkish Rose #AF6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 44.42%
G = 27.66%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF6D6E (or 0xAF6D6E) is known color: Turkish Rose. HEX triplet: AF, 6D and 6E. RGB value is (175,109,110). Sum of RGB (Red+Green+Blue) = 175+109+110=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6E is #509291. Grayscale: #808080. Windows color (decimal): -5280402 or 7237039. OLE color: 7237039.

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

Color convert

RGB 175 109 110 -
CMYK 0 0.38 0.37 0.31
HSL 359.09º 0.29% 0.56% -
HSV(B) 359.09º 0.38% 0.69% -
XYZ 25.96 21.18 17.47 -
YUV 128.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 175 109 110 0 0.38 0.37 0.31 359.09 0.29 0.56
Hex AF 6D 6E 0 26 25 1F 167 1D 38
Octal 257 155 156 0 46 45 37 547 35 70
Binary 10101111 1101101 1101110 0 100110 100101 11111 101100111 11101 111000

Color Harmonies of #AF6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D6E

Black with #AF6D6E

Text Example


Text Example

White with #AF6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D6E; }

 p { color: rgb(175,109,110); }

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

background-color css

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

 a { background-color: rgb(175,109,110); }

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

border-color css

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

 span { border-color: rgb(175,109,110); }

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