Html Css Color HEX #AF274E Old Rose

📋 copy color: '#AF274E'

red 175 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #AF274E

Tints of Old Rose #AF274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 59.93%
G = 13.36%
B = 26.71%

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

#AF274E (or 0xAF274E) is known color: Old Rose. HEX triplet: AF, 27 and 4E. RGB value is (175,39,78). Sum of RGB (Red+Green+Blue) = 175+39+78=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF274E is #50D8B1. Grayscale: #545454. Windows color (decimal): -5298354 or 5121967. OLE color: 5121967.

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

Color convert

RGB 175 39 78 -
CMYK 0 0.78 0.55 0.31
HSL 342.79º 0.64% 0.42% -
HSV(B) 342.79º 0.78% 0.69% -
XYZ 19.78 11.12 8.31 -
YUV 84.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 175 39 78 0 0.78 0.55 0.31 342.79 0.64 0.42
Hex AF 27 4E 0 4E 37 1F 157 40 2A
Octal 257 47 116 0 116 67 37 527 100 52
Binary 10101111 100111 1001110 0 1001110 110111 11111 101010111 1000000 101010

Color Harmonies of #AF274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF274E

Black with #AF274E

Text Example


Text Example

White with #AF274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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