Html Css Color HEX #AF6569 Turkish Rose

📋 copy color: '#AF6569'

red 175 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #AF6569

Tints of Turkish Rose #AF6569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 45.93%
G = 26.51%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF6569 (or 0xAF6569) is known color: Turkish Rose. HEX triplet: AF, 65 and 69. RGB value is (175,101,105). Sum of RGB (Red+Green+Blue) = 175+101+105=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6569 is #509A96. Grayscale: #7B7B7B. Windows color (decimal): -5282455 or 6907311. OLE color: 6907311.

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

Color convert

RGB 175 101 105 -
CMYK 0 0.42 0.40 0.31
HSL 356.76º 0.32% 0.54% -
HSV(B) 356.76º 0.42% 0.69% -
XYZ 24.88 19.44 15.81 -
YUV 123.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 175 101 105 0 0.42 0.40 0.31 356.76 0.32 0.54
Hex AF 65 69 0 2A 28 1F 165 20 36
Octal 257 145 151 0 52 50 37 545 40 66
Binary 10101111 1100101 1101001 0 101010 101000 11111 101100101 100000 110110

Color Harmonies of #AF6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6569

Black with #AF6569

Text Example


Text Example

White with #AF6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6569; }

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

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

background-color css

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

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

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

border-color css

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

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

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