Html Css Color HEX #AF656C Turkish Rose

📋 copy color: '#AF656C'

red 175 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #AF656C

Tints of Turkish Rose #AF656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 45.57%
G = 26.3%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF656C (or 0xAF656C) is known color: Turkish Rose. HEX triplet: AF, 65 and 6C. RGB value is (175,101,108). Sum of RGB (Red+Green+Blue) = 175+101+108=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656C is #509A93. Grayscale: #7B7B7B. Windows color (decimal): -5282452 or 7103919. OLE color: 7103919.

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

Color convert

RGB 175 101 108 -
CMYK 0 0.42 0.38 0.31
HSL 354.32º 0.32% 0.54% -
HSV(B) 354.32º 0.42% 0.69% -
XYZ 25.04 19.5 16.63 -
YUV 123.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 175 101 108 0 0.42 0.38 0.31 354.32 0.32 0.54
Hex AF 65 6C 0 2A 26 1F 162 20 36
Octal 257 145 154 0 52 46 37 542 40 66
Binary 10101111 1100101 1101100 0 101010 100110 11111 101100010 100000 110110

Color Harmonies of #AF656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF656C

Black with #AF656C

Text Example


Text Example

White with #AF656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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