Html Css Color HEX #AF2F4F Old Rose

📋 copy color: '#AF2F4F'

red 175 ◦ green 47 ◦ blue 79

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

Shades of Old Rose #AF2F4F

Tints of Old Rose #AF2F4F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

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

R = 58.14%
G = 15.61%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF2F4F (or 0xAF2F4F) is known color: Old Rose. HEX triplet: AF, 2F and 4F. RGB value is (175,47,79). Sum of RGB (Red+Green+Blue) = 175+47+79=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F4F is #50D0B0. Grayscale: #585858. Windows color (decimal): -5296305 or 5189551. OLE color: 5189551.

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

Color convert

RGB 175 47 79 -
CMYK 0 0.73 0.55 0.31
HSL 345º 0.58% 0.44% -
HSV(B) 345º 0.73% 0.69% -
XYZ 20.11 11.71 8.6 -
YUV 88.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 175 47 79 0 0.73 0.55 0.31 345 0.58 0.44
Hex AF 2F 4F 0 49 37 1F 159 3A 2C
Octal 257 57 117 0 111 67 37 531 72 54
Binary 10101111 101111 1001111 0 1001001 110111 11111 101011001 111010 101100

Color Harmonies of #AF2F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F4F

Black with #AF2F4F

Text Example


Text Example

White with #AF2F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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