Html Css Color HEX #AF6975 Turkish Rose

📋 copy color: '#AF6975'

red 175 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #AF6975

Tints of Turkish Rose #AF6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 44.08%
G = 26.45%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6975 (or 0xAF6975) is known color: Turkish Rose. HEX triplet: AF, 69 and 75. RGB value is (175,105,117). Sum of RGB (Red+Green+Blue) = 175+105+117=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6975 is #50968A. Grayscale: #7F7F7F. Windows color (decimal): -5281419 or 7694767. OLE color: 7694767.

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

Color convert

RGB 175 105 117 -
CMYK 0 0.40 0.33 0.31
HSL 349.71º 0.3% 0.55% -
HSV(B) 349.71º 0.4% 0.69% -
XYZ 25.94 20.5 19.42 -
YUV 127.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 175 105 117 0 0.40 0.33 0.31 349.71 0.3 0.55
Hex AF 69 75 0 28 21 1F 15E 1E 37
Octal 257 151 165 0 50 41 37 536 36 67
Binary 10101111 1101001 1110101 0 101000 100001 11111 101011110 11110 110111

Color Harmonies of #AF6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6975

Black with #AF6975

Text Example


Text Example

White with #AF6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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