Html Css Color HEX #AF7A80 Turkish Rose

📋 copy color: '#AF7A80'

red 175 ◦ green 122 ◦ blue 128

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

Shades of Turkish Rose #AF7A80

Tints of Turkish Rose #AF7A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 41.18%
G = 28.71%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7A80 (or 0xAF7A80) is known color: Turkish Rose. HEX triplet: AF, 7A and 80. RGB value is (175,122,128). Sum of RGB (Red+Green+Blue) = 175+122+128=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A80 is #50857F. Grayscale: #8A8A8A. Windows color (decimal): -5277056 or 8420015. OLE color: 8420015.

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

Color convert

RGB 175 122 128 -
CMYK 0 0.30 0.27 0.31
HSL 353.21º 0.25% 0.58% -
HSV(B) 353.21º 0.3% 0.69% -
XYZ 28.54 24.59 23.66 -
YUV 138.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 175 122 128 0 0.30 0.27 0.31 353.21 0.25 0.58
Hex AF 7A 80 0 1E 1B 1F 161 19 3A
Octal 257 172 200 0 36 33 37 541 31 72
Binary 10101111 1111010 10000000 0 11110 11011 11111 101100001 11001 111010

Color Harmonies of #AF7A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A80

Black with #AF7A80

Text Example


Text Example

White with #AF7A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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