Html Css Color HEX #AF254F Old Rose

📋 copy color: '#AF254F'

red 175 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #AF254F

Tints of Old Rose #AF254F

RGB

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

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

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

R = 60.14%
G = 12.71%
B = 27.15%

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

#AF254F (or 0xAF254F) is known color: Old Rose. HEX triplet: AF, 25 and 4F. RGB value is (175,37,79). Sum of RGB (Red+Green+Blue) = 175+37+79=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF254F is #50DAB0. Grayscale: #535353. Windows color (decimal): -5298865 or 5186991. OLE color: 5186991.

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

Color convert

RGB 175 37 79 -
CMYK 0 0.79 0.55 0.31
HSL 341.74º 0.65% 0.42% -
HSV(B) 341.74º 0.79% 0.69% -
XYZ 19.75 11 8.48 -
YUV 83.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 175 37 79 0 0.79 0.55 0.31 341.74 0.65 0.42
Hex AF 25 4F 0 4F 37 1F 156 41 2A
Octal 257 45 117 0 117 67 37 526 101 52
Binary 10101111 100101 1001111 0 1001111 110111 11111 101010110 1000001 101010

Color Harmonies of #AF254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF254F

Black with #AF254F

Text Example


Text Example

White with #AF254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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