Html Css Color HEX #AF6E7A Turkish Rose

📋 copy color: '#AF6E7A'

red 175 ◦ green 110 ◦ blue 122

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

Shades of Turkish Rose #AF6E7A

Tints of Turkish Rose #AF6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 43%
G = 27.03%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF6E7A (or 0xAF6E7A) is known color: Turkish Rose. HEX triplet: AF, 6E and 7A. RGB value is (175,110,122). Sum of RGB (Red+Green+Blue) = 175+110+122=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E7A is #509185. Grayscale: #828282. Windows color (decimal): -5280134 or 8023727. OLE color: 8023727.

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

Color convert

RGB 175 110 122 -
CMYK 0 0.37 0.30 0.31
HSL 348.92º 0.29% 0.56% -
HSV(B) 348.92º 0.37% 0.69% -
XYZ 26.77 21.67 21.18 -
YUV 130.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 175 110 122 0 0.37 0.30 0.31 348.92 0.29 0.56
Hex AF 6E 7A 0 25 1E 1F 15D 1D 38
Octal 257 156 172 0 45 36 37 535 35 70
Binary 10101111 1101110 1111010 0 100101 11110 11111 101011101 11101 111000

Color Harmonies of #AF6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E7A

Black with #AF6E7A

Text Example


Text Example

White with #AF6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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