Html Css Color HEX #AF6073 Turkish Rose

📋 copy color: '#AF6073'

red 175 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #AF6073

Tints of Turkish Rose #AF6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 45.34%
G = 24.87%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6073 (or 0xAF6073) is known color: Turkish Rose. HEX triplet: AF, 60 and 73. RGB value is (175,96,115). Sum of RGB (Red+Green+Blue) = 175+96+115=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6073 is #509F8C. Grayscale: #797979. Windows color (decimal): -5283725 or 7561391. OLE color: 7561391.

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

Color convert

RGB 175 96 115 -
CMYK 0 0.45 0.34 0.31
HSL 345.57º 0.33% 0.53% -
HSV(B) 345.57º 0.45% 0.69% -
XYZ 24.96 18.72 18.52 -
YUV 121.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 175 96 115 0 0.45 0.34 0.31 345.57 0.33 0.53
Hex AF 60 73 0 2D 22 1F 15A 21 35
Octal 257 140 163 0 55 42 37 532 41 65
Binary 10101111 1100000 1110011 0 101101 100010 11111 101011010 100001 110101

Color Harmonies of #AF6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6073

Black with #AF6073

Text Example


Text Example

White with #AF6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6073; }

 p { color: rgb(175,96,115); }

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

background-color css

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

 a { background-color: rgb(175,96,115); }

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

border-color css

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

 span { border-color: rgb(175,96,115); }

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