Html Css Color HEX #AF6A6F Turkish Rose

📋 copy color: '#AF6A6F'

red 175 ◦ green 106 ◦ blue 111

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

Shades of Turkish Rose #AF6A6F

Tints of Turkish Rose #AF6A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 44.64%
G = 27.04%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF6A6F (or 0xAF6A6F) is known color: Turkish Rose. HEX triplet: AF, 6A and 6F. RGB value is (175,106,111). Sum of RGB (Red+Green+Blue) = 175+106+111=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A6F is #509590. Grayscale: #7F7F7F. Windows color (decimal): -5281169 or 7301807. OLE color: 7301807.

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

Color convert

RGB 175 106 111 -
CMYK 0 0.39 0.37 0.31
HSL 355.65º 0.3% 0.55% -
HSV(B) 355.65º 0.39% 0.69% -
XYZ 25.7 20.57 17.65 -
YUV 127.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 175 106 111 0 0.39 0.37 0.31 355.65 0.3 0.55
Hex AF 6A 6F 0 27 25 1F 164 1E 37
Octal 257 152 157 0 47 45 37 544 36 67
Binary 10101111 1101010 1101111 0 100111 100101 11111 101100100 11110 110111

Color Harmonies of #AF6A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A6F

Black with #AF6A6F

Text Example


Text Example

White with #AF6A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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