Html Css Color HEX #AF6370 Turkish Rose

📋 copy color: '#AF6370'

red 175 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #AF6370

Tints of Turkish Rose #AF6370

RGB

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

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

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

R = 45.34%
G = 25.65%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6370 (or 0xAF6370) is known color: Turkish Rose. HEX triplet: AF, 63 and 70. RGB value is (175,99,112). Sum of RGB (Red+Green+Blue) = 175+99+112=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6370 is #509C8F. Grayscale: #7B7B7B. Windows color (decimal): -5282960 or 7365551. OLE color: 7365551.

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

Color convert

RGB 175 99 112 -
CMYK 0 0.43 0.36 0.31
HSL 349.74º 0.32% 0.54% -
HSV(B) 349.74º 0.43% 0.69% -
XYZ 25.07 19.21 17.72 -
YUV 123.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 175 99 112 0 0.43 0.36 0.31 349.74 0.32 0.54
Hex AF 63 70 0 2B 24 1F 15E 20 36
Octal 257 143 160 0 53 44 37 536 40 66
Binary 10101111 1100011 1110000 0 101011 100100 11111 101011110 100000 110110

Color Harmonies of #AF6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6370

Black with #AF6370

Text Example


Text Example

White with #AF6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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