Html Css Color HEX #AF616B Turkish Rose

📋 copy color: '#AF616B'

red 175 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #AF616B

Tints of Turkish Rose #AF616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 46.17%
G = 25.59%
B = 28.23%

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

#AF616B (or 0xAF616B) is known color: Turkish Rose. HEX triplet: AF, 61 and 6B. RGB value is (175,97,107). Sum of RGB (Red+Green+Blue) = 175+97+107=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616B is #509E94. Grayscale: #797979. Windows color (decimal): -5283477 or 7037359. OLE color: 7037359.

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

Color convert

RGB 175 97 107 -
CMYK 0 0.45 0.39 0.31
HSL 352.31º 0.33% 0.53% -
HSV(B) 352.31º 0.45% 0.69% -
XYZ 24.61 18.72 16.23 -
YUV 121.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 175 97 107 0 0.45 0.39 0.31 352.31 0.33 0.53
Hex AF 61 6B 0 2D 27 1F 160 21 35
Octal 257 141 153 0 55 47 37 540 41 65
Binary 10101111 1100001 1101011 0 101101 100111 11111 101100000 100001 110101

Color Harmonies of #AF616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF616B

Black with #AF616B

Text Example


Text Example

White with #AF616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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