Html Css Color HEX #AF6874 Turkish Rose

📋 copy color: '#AF6874'

red 175 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #AF6874

Tints of Turkish Rose #AF6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 44.3%
G = 26.33%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6874 (or 0xAF6874) is known color: Turkish Rose. HEX triplet: AF, 68 and 74. RGB value is (175,104,116). Sum of RGB (Red+Green+Blue) = 175+104+116=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6874 is #50978B. Grayscale: #7E7E7E. Windows color (decimal): -5281676 or 7628975. OLE color: 7628975.

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

Color convert

RGB 175 104 116 -
CMYK 0 0.41 0.34 0.31
HSL 349.86º 0.31% 0.55% -
HSV(B) 349.86º 0.41% 0.69% -
XYZ 25.78 20.28 19.08 -
YUV 126.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 175 104 116 0 0.41 0.34 0.31 349.86 0.31 0.55
Hex AF 68 74 0 29 22 1F 15E 1F 37
Octal 257 150 164 0 51 42 37 536 37 67
Binary 10101111 1101000 1110100 0 101001 100010 11111 101011110 11111 110111

Color Harmonies of #AF6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6874

Black with #AF6874

Text Example


Text Example

White with #AF6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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