Html Css Color HEX #AF656B Turkish Rose

📋 copy color: '#AF656B'

red 175 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #AF656B

Tints of Turkish Rose #AF656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 45.69%
G = 26.37%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF656B (or 0xAF656B) is known color: Turkish Rose. HEX triplet: AF, 65 and 6B. RGB value is (175,101,107). Sum of RGB (Red+Green+Blue) = 175+101+107=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656B is #509A94. Grayscale: #7B7B7B. Windows color (decimal): -5282453 or 7038383. OLE color: 7038383.

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

Color convert

RGB 175 101 107 -
CMYK 0 0.42 0.39 0.31
HSL 355.14º 0.32% 0.54% -
HSV(B) 355.14º 0.42% 0.69% -
XYZ 24.99 19.48 16.35 -
YUV 123.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 175 101 107 0 0.42 0.39 0.31 355.14 0.32 0.54
Hex AF 65 6B 0 2A 27 1F 163 20 36
Octal 257 145 153 0 52 47 37 543 40 66
Binary 10101111 1100101 1101011 0 101010 100111 11111 101100011 100000 110110

Color Harmonies of #AF656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF656B

Black with #AF656B

Text Example


Text Example

White with #AF656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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