Html Css Color HEX #AF254E Old Rose

📋 copy color: '#AF254E'

red 175 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #AF254E

Tints of Old Rose #AF254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 60.34%
G = 12.76%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF254E (or 0xAF254E) is known color: Old Rose. HEX triplet: AF, 25 and 4E. RGB value is (175,37,78). Sum of RGB (Red+Green+Blue) = 175+37+78=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF254E is #50DAB1. Grayscale: #525252. Windows color (decimal): -5298866 or 5121455. OLE color: 5121455.

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

Color convert

RGB 175 37 78 -
CMYK 0 0.79 0.55 0.31
HSL 342.17º 0.65% 0.42% -
HSV(B) 342.17º 0.79% 0.69% -
XYZ 19.72 10.99 8.29 -
YUV 82.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 175 37 78 0 0.79 0.55 0.31 342.17 0.65 0.42
Hex AF 25 4E 0 4F 37 1F 156 41 2A
Octal 257 45 116 0 117 67 37 526 101 52
Binary 10101111 100101 1001110 0 1001111 110111 11111 101010110 1000001 101010

Color Harmonies of #AF254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF254E

Black with #AF254E

Text Example


Text Example

White with #AF254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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