Html Css Color HEX #AF6A74 Turkish Rose

📋 copy color: '#AF6A74'

red 175 ◦ green 106 ◦ blue 116

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

Shades of Turkish Rose #AF6A74

Tints of Turkish Rose #AF6A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 44.08%
G = 26.7%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6A74 (or 0xAF6A74) is known color: Turkish Rose. HEX triplet: AF, 6A and 74. RGB value is (175,106,116). Sum of RGB (Red+Green+Blue) = 175+106+116=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A74 is #50958B. Grayscale: #7F7F7F. Windows color (decimal): -5281164 or 7629487. OLE color: 7629487.

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

Color convert

RGB 175 106 116 -
CMYK 0 0.39 0.34 0.31
HSL 351.3º 0.3% 0.55% -
HSV(B) 351.3º 0.39% 0.69% -
XYZ 25.99 20.68 19.15 -
YUV 127.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 175 106 116 0 0.39 0.34 0.31 351.3 0.3 0.55
Hex AF 6A 74 0 27 22 1F 15F 1E 37
Octal 257 152 164 0 47 42 37 537 36 67
Binary 10101111 1101010 1110100 0 100111 100010 11111 101011111 11110 110111

Color Harmonies of #AF6A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A74

Black with #AF6A74

Text Example


Text Example

White with #AF6A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A74; }

 p { color: rgb(175,106,116); }

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

background-color css

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

 a { background-color: rgb(175,106,116); }

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

border-color css

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

 span { border-color: rgb(175,106,116); }

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