Html Css Color HEX #AF7274 Turkish Rose

📋 copy color: '#AF7274'

red 175 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #AF7274

Tints of Turkish Rose #AF7274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 43.21%
G = 28.15%
B = 28.64%

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

#AF7274 (or 0xAF7274) is known color: Turkish Rose. HEX triplet: AF, 72 and 74. RGB value is (175,114,116). Sum of RGB (Red+Green+Blue) = 175+114+116=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7274 is #508D8B. Grayscale: #848484. Windows color (decimal): -5279116 or 7631535. OLE color: 7631535.

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

Color convert

RGB 175 114 116 -
CMYK 0 0.35 0.34 0.31
HSL 358.03º 0.28% 0.57% -
HSV(B) 358.03º 0.35% 0.69% -
XYZ 26.85 22.41 19.43 -
YUV 132.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 175 114 116 0 0.35 0.34 0.31 358.03 0.28 0.57
Hex AF 72 74 0 23 22 1F 166 1C 39
Octal 257 162 164 0 43 42 37 546 34 71
Binary 10101111 1110010 1110100 0 100011 100010 11111 101100110 11100 111001

Color Harmonies of #AF7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7274

Black with #AF7274

Text Example


Text Example

White with #AF7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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