Html Css Color HEX #AF6970 Turkish Rose

📋 copy color: '#AF6970'

red 175 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #AF6970

Tints of Turkish Rose #AF6970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 44.64%
G = 26.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6970 (or 0xAF6970) is known color: Turkish Rose. HEX triplet: AF, 69 and 70. RGB value is (175,105,112). Sum of RGB (Red+Green+Blue) = 175+105+112=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6970 is #50968F. Grayscale: #7E7E7E. Windows color (decimal): -5281424 or 7367087. OLE color: 7367087.

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

Color convert

RGB 175 105 112 -
CMYK 0 0.40 0.36 0.31
HSL 354º 0.3% 0.55% -
HSV(B) 354º 0.4% 0.69% -
XYZ 25.66 20.39 17.91 -
YUV 126.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 175 105 112 0 0.40 0.36 0.31 354 0.3 0.55
Hex AF 69 70 0 28 24 1F 162 1E 37
Octal 257 151 160 0 50 44 37 542 36 67
Binary 10101111 1101001 1110000 0 101000 100100 11111 101100010 11110 110111

Color Harmonies of #AF6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6970

Black with #AF6970

Text Example


Text Example

White with #AF6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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