Html Css Color HEX #AF7178 Turkish Rose

📋 copy color: '#AF7178'

red 175 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #AF7178

Tints of Turkish Rose #AF7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 42.89%
G = 27.7%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7178 (or 0xAF7178) is known color: Turkish Rose. HEX triplet: AF, 71 and 78. RGB value is (175,113,120). Sum of RGB (Red+Green+Blue) = 175+113+120=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7178 is #508E87. Grayscale: #848484. Windows color (decimal): -5279368 or 7893423. OLE color: 7893423.

HSL color Cylindrical-coordinate representation of color #AF7178: hue angle of 353.23º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7178 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 120 -
CMYK 0 0.35 0.31 0.31
HSL 353.23º 0.28% 0.56% -
HSV(B) 353.23º 0.35% 0.69% -
XYZ 26.97 22.28 20.65 -
YUV 132.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 175 113 120 0 0.35 0.31 0.31 353.23 0.28 0.56
Hex AF 71 78 0 23 1F 1F 161 1C 38
Octal 257 161 170 0 43 37 37 541 34 70
Binary 10101111 1110001 1111000 0 100011 11111 11111 101100001 11100 111000

Color Harmonies of #AF7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7178

Black with #AF7178

Text Example


Text Example

White with #AF7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7178; }

 p { color: rgb(175,113,120); }

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

background-color css

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

 a { background-color: rgb(175,113,120); }

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

border-color css

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

 span { border-color: rgb(175,113,120); }

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