Html Css Color HEX #AF6875 Turkish Rose

📋 copy color: '#AF6875'

red 175 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #AF6875

Tints of Turkish Rose #AF6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 44.19%
G = 26.26%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6875 (or 0xAF6875) is known color: Turkish Rose. HEX triplet: AF, 68 and 75. RGB value is (175,104,117). Sum of RGB (Red+Green+Blue) = 175+104+117=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6875 is #50978A. Grayscale: #7E7E7E. Windows color (decimal): -5281675 or 7694511. OLE color: 7694511.

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

Color convert

RGB 175 104 117 -
CMYK 0 0.41 0.33 0.31
HSL 349.01º 0.31% 0.55% -
HSV(B) 349.01º 0.41% 0.69% -
XYZ 25.84 20.3 19.39 -
YUV 126.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 175 104 117 0 0.41 0.33 0.31 349.01 0.31 0.55
Hex AF 68 75 0 29 21 1F 15D 1F 37
Octal 257 150 165 0 51 41 37 535 37 67
Binary 10101111 1101000 1110101 0 101001 100001 11111 101011101 11111 110111

Color Harmonies of #AF6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6875

Black with #AF6875

Text Example


Text Example

White with #AF6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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