Html Css Color HEX #AF6074 Turkish Rose

📋 copy color: '#AF6074'

red 175 ◦ green 96 ◦ blue 116

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

Shades of Turkish Rose #AF6074

Tints of Turkish Rose #AF6074

RGB

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

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

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

R = 45.22%
G = 24.81%
B = 29.97%

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

#AF6074 (or 0xAF6074) is known color: Turkish Rose. HEX triplet: AF, 60 and 74. RGB value is (175,96,116). Sum of RGB (Red+Green+Blue) = 175+96+116=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6074 is #509F8B. Grayscale: #797979. Windows color (decimal): -5283724 or 7626927. OLE color: 7626927.

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

Color convert

RGB 175 96 116 -
CMYK 0 0.45 0.34 0.31
HSL 344.81º 0.33% 0.53% -
HSV(B) 344.81º 0.45% 0.69% -
XYZ 25.01 18.74 18.82 -
YUV 121.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 175 96 116 0 0.45 0.34 0.31 344.81 0.33 0.53
Hex AF 60 74 0 2D 22 1F 159 21 35
Octal 257 140 164 0 55 42 37 531 41 65
Binary 10101111 1100000 1110100 0 101101 100010 11111 101011001 100001 110101

Color Harmonies of #AF6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6074

Black with #AF6074

Text Example


Text Example

White with #AF6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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