Html Css Color HEX #AF656E Turkish Rose

📋 copy color: '#AF656E'

red 175 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #AF656E

Tints of Turkish Rose #AF656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 45.34%
G = 26.17%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF656E (or 0xAF656E) is known color: Turkish Rose. HEX triplet: AF, 65 and 6E. RGB value is (175,101,110). Sum of RGB (Red+Green+Blue) = 175+101+110=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656E is #509A91. Grayscale: #7C7C7C. Windows color (decimal): -5282450 or 7234991. OLE color: 7234991.

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

Color convert

RGB 175 101 110 -
CMYK 0 0.42 0.37 0.31
HSL 352.7º 0.32% 0.54% -
HSV(B) 352.7º 0.42% 0.69% -
XYZ 25.15 19.55 17.2 -
YUV 124.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 175 101 110 0 0.42 0.37 0.31 352.7 0.32 0.54
Hex AF 65 6E 0 2A 25 1F 161 20 36
Octal 257 145 156 0 52 45 37 541 40 66
Binary 10101111 1100101 1101110 0 101010 100101 11111 101100001 100000 110110

Color Harmonies of #AF656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF656E

Black with #AF656E

Text Example


Text Example

White with #AF656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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