Html Css Color HEX #AF6274 Turkish Rose

📋 copy color: '#AF6274'

red 175 ◦ green 98 ◦ blue 116

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

Shades of Turkish Rose #AF6274

Tints of Turkish Rose #AF6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 44.99%
G = 25.19%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6274 (or 0xAF6274) is known color: Turkish Rose. HEX triplet: AF, 62 and 74. RGB value is (175,98,116). Sum of RGB (Red+Green+Blue) = 175+98+116=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6274 is #509D8B. Grayscale: #7B7B7B. Windows color (decimal): -5283212 or 7627439. OLE color: 7627439.

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

Color convert

RGB 175 98 116 -
CMYK 0 0.44 0.34 0.31
HSL 345.97º 0.32% 0.54% -
HSV(B) 345.97º 0.44% 0.69% -
XYZ 25.2 19.11 18.88 -
YUV 123.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 175 98 116 0 0.44 0.34 0.31 345.97 0.32 0.54
Hex AF 62 74 0 2C 22 1F 15A 20 36
Octal 257 142 164 0 54 42 37 532 40 66
Binary 10101111 1100010 1110100 0 101100 100010 11111 101011010 100000 110110

Color Harmonies of #AF6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6274

Black with #AF6274

Text Example


Text Example

White with #AF6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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