Html Css Color HEX #AF757A Turkish Rose

📋 copy color: '#AF757A'

red 175 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #AF757A

Tints of Turkish Rose #AF757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 42.27%
G = 28.26%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF757A (or 0xAF757A) is known color: Turkish Rose. HEX triplet: AF, 75 and 7A. RGB value is (175,117,122). Sum of RGB (Red+Green+Blue) = 175+117+122=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF757A is #508A85. Grayscale: #868686. Windows color (decimal): -5278342 or 8025519. OLE color: 8025519.

HSL color Cylindrical-coordinate representation of color #AF757A: hue angle of 354.83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF757A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 122 -
CMYK 0 0.33 0.30 0.31
HSL 354.83º 0.27% 0.57% -
HSV(B) 354.83º 0.33% 0.69% -
XYZ 27.55 23.24 21.45 -
YUV 134.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 175 117 122 0 0.33 0.30 0.31 354.83 0.27 0.57
Hex AF 75 7A 0 21 1E 1F 163 1B 39
Octal 257 165 172 0 41 36 37 543 33 71
Binary 10101111 1110101 1111010 0 100001 11110 11111 101100011 11011 111001

Color Harmonies of #AF757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF757A

Black with #AF757A

Text Example


Text Example

White with #AF757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF757A; }

 p { color: rgb(175,117,122); }

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

background-color css

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

 a { background-color: rgb(175,117,122); }

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

border-color css

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

 span { border-color: rgb(175,117,122); }

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