Html Css Color HEX #AF616A Turkish Rose

📋 copy color: '#AF616A'

red 175 ◦ green 97 ◦ blue 106

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

Shades of Turkish Rose #AF616A

Tints of Turkish Rose #AF616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 46.3%
G = 25.66%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF616A (or 0xAF616A) is known color: Turkish Rose. HEX triplet: AF, 61 and 6A. RGB value is (175,97,106). Sum of RGB (Red+Green+Blue) = 175+97+106=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616A is #509E95. Grayscale: #797979. Windows color (decimal): -5283478 or 6971823. OLE color: 6971823.

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

Color convert

RGB 175 97 106 -
CMYK 0 0.45 0.39 0.31
HSL 353.08º 0.33% 0.53% -
HSV(B) 353.08º 0.45% 0.69% -
XYZ 24.56 18.7 15.95 -
YUV 121.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 175 97 106 0 0.45 0.39 0.31 353.08 0.33 0.53
Hex AF 61 6A 0 2D 27 1F 161 21 35
Octal 257 141 152 0 55 47 37 541 41 65
Binary 10101111 1100001 1101010 0 101101 100111 11111 101100001 100001 110101

Color Harmonies of #AF616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF616A

Black with #AF616A

Text Example


Text Example

White with #AF616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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