Html Css Color HEX #AF6374 Turkish Rose

📋 copy color: '#AF6374'

red 175 ◦ green 99 ◦ blue 116

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

Shades of Turkish Rose #AF6374

Tints of Turkish Rose #AF6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 44.87%
G = 25.38%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6374 (or 0xAF6374) is known color: Turkish Rose. HEX triplet: AF, 63 and 74. RGB value is (175,99,116). Sum of RGB (Red+Green+Blue) = 175+99+116=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6374 is #509C8B. Grayscale: #7B7B7B. Windows color (decimal): -5282956 or 7627695. OLE color: 7627695.

HSL color Cylindrical-coordinate representation of color #AF6374: hue angle of 346.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6374 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 116 -
CMYK 0 0.43 0.34 0.31
HSL 346.58º 0.32% 0.54% -
HSV(B) 346.58º 0.43% 0.69% -
XYZ 25.29 19.3 18.91 -
YUV 123.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 175 99 116 0 0.43 0.34 0.31 346.58 0.32 0.54
Hex AF 63 74 0 2B 22 1F 15B 20 36
Octal 257 143 164 0 53 42 37 533 40 66
Binary 10101111 1100011 1110100 0 101011 100010 11111 101011011 100000 110110

Color Harmonies of #AF6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6374

Black with #AF6374

Text Example


Text Example

White with #AF6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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