Html Css Color HEX #AF7273 Turkish Rose

📋 copy color: '#AF7273'

red 175 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #AF7273

Tints of Turkish Rose #AF7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 43.32%
G = 28.22%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7273 (or 0xAF7273) is known color: Turkish Rose. HEX triplet: AF, 72 and 73. RGB value is (175,114,115). Sum of RGB (Red+Green+Blue) = 175+114+115=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7273 is #508D8C. Grayscale: #848484. Windows color (decimal): -5279117 or 7565999. OLE color: 7565999.

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

Color convert

RGB 175 114 115 -
CMYK 0 0.35 0.34 0.31
HSL 359.02º 0.28% 0.57% -
HSV(B) 359.02º 0.35% 0.69% -
XYZ 26.79 22.39 19.13 -
YUV 132.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 175 114 115 0 0.35 0.34 0.31 359.02 0.28 0.57
Hex AF 72 73 0 23 22 1F 167 1C 39
Octal 257 162 163 0 43 42 37 547 34 71
Binary 10101111 1110010 1110011 0 100011 100010 11111 101100111 11100 111001

Color Harmonies of #AF7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7273

Black with #AF7273

Text Example


Text Example

White with #AF7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7273; }

 p { color: rgb(175,114,115); }

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

background-color css

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

 a { background-color: rgb(175,114,115); }

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

border-color css

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

 span { border-color: rgb(175,114,115); }

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