Html Css Color HEX #AF6568 Turkish Rose

📋 copy color: '#AF6568'

red 175 ◦ green 101 ◦ blue 104

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

Shades of Turkish Rose #AF6568

Tints of Turkish Rose #AF6568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 46.05%
G = 26.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF6568 (or 0xAF6568) is known color: Turkish Rose. HEX triplet: AF, 65 and 68. RGB value is (175,101,104). Sum of RGB (Red+Green+Blue) = 175+101+104=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6568 is #509A97. Grayscale: #7B7B7B. Windows color (decimal): -5282456 or 6841775. OLE color: 6841775.

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

Color convert

RGB 175 101 104 -
CMYK 0 0.42 0.41 0.31
HSL 357.57º 0.32% 0.54% -
HSV(B) 357.57º 0.42% 0.69% -
XYZ 24.83 19.42 15.54 -
YUV 123.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 175 101 104 0 0.42 0.41 0.31 357.57 0.32 0.54
Hex AF 65 68 0 2A 29 1F 166 20 36
Octal 257 145 150 0 52 51 37 546 40 66
Binary 10101111 1100101 1101000 0 101010 101001 11111 101100110 100000 110110

Color Harmonies of #AF6568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6568

Black with #AF6568

Text Example


Text Example

White with #AF6568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6568; }

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

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

background-color css

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

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

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

border-color css

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

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

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