Html Css Color HEX #AF274F Old Rose

📋 copy color: '#AF274F'

red 175 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #AF274F

Tints of Old Rose #AF274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 59.73%
G = 13.31%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF274F (or 0xAF274F) is known color: Old Rose. HEX triplet: AF, 27 and 4F. RGB value is (175,39,79). Sum of RGB (Red+Green+Blue) = 175+39+79=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF274F is #50D8B0. Grayscale: #545454. Windows color (decimal): -5298353 or 5187503. OLE color: 5187503.

HSL color Cylindrical-coordinate representation of color #AF274F: hue angle of 342.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF274F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 79 -
CMYK 0 0.78 0.55 0.31
HSL 342.35º 0.64% 0.42% -
HSV(B) 342.35º 0.78% 0.69% -
XYZ 19.82 11.13 8.5 -
YUV 84.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 175 39 79 0 0.78 0.55 0.31 342.35 0.64 0.42
Hex AF 27 4F 0 4E 37 1F 156 40 2A
Octal 257 47 117 0 116 67 37 526 100 52
Binary 10101111 100111 1001111 0 1001110 110111 11111 101010110 1000000 101010

Color Harmonies of #AF274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF274F

Black with #AF274F

Text Example


Text Example

White with #AF274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF274F; }

 p { color: rgb(175,39,79); }

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

background-color css

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

 a { background-color: rgb(175,39,79); }

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

border-color css

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

 span { border-color: rgb(175,39,79); }

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