Html Css Color HEX #AF6263 Turkish Rose

📋 copy color: '#AF6263'

red 175 ◦ green 98 ◦ blue 99

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

Shades of Turkish Rose #AF6263

Tints of Turkish Rose #AF6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.34%

 BLUE value IS 99 (39.06% from 255) = 26.61%

R = 47.04%
G = 26.34%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF6263 (or 0xAF6263) is known color: Turkish Rose. HEX triplet: AF, 62 and 63. RGB value is (175,98,99). Sum of RGB (Red+Green+Blue) = 175+98+99=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6263 is #509D9C. Grayscale: #797979. Windows color (decimal): -5283229 or 6513327. OLE color: 6513327.

HSL color Cylindrical-coordinate representation of color #AF6263: hue angle of 359.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6263 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 98 99 -
CMYK 0 0.44 0.43 0.31
HSL 359.22º 0.32% 0.54% -
HSV(B) 359.22º 0.44% 0.69% -
XYZ 24.3 18.75 14.14 -
YUV 121.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 175 98 99 0 0.44 0.43 0.31 359.22 0.32 0.54
Hex AF 62 63 0 2C 2B 1F 167 20 36
Octal 257 142 143 0 54 53 37 547 40 66
Binary 10101111 1100010 1100011 0 101100 101011 11111 101100111 100000 110110

Color Harmonies of #AF6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6263

Black with #AF6263

Text Example


Text Example

White with #AF6263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6263; }

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

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

background-color css

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

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

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

border-color css

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

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

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