Html Css Color HEX #AF2F4C Old Rose

📋 copy color: '#AF2F4C'

red 175 ◦ green 47 ◦ blue 76

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

Shades of Old Rose #AF2F4C

Tints of Old Rose #AF2F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 58.72%
G = 15.77%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF2F4C (or 0xAF2F4C) is known color: Old Rose. HEX triplet: AF, 2F and 4C. RGB value is (175,47,76). Sum of RGB (Red+Green+Blue) = 175+47+76=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F4C is #50D0B3. Grayscale: #585858. Windows color (decimal): -5296308 or 4992943. OLE color: 4992943.

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

Color convert

RGB 175 47 76 -
CMYK 0 0.73 0.57 0.31
HSL 346.41º 0.58% 0.44% -
HSV(B) 346.41º 0.73% 0.69% -
XYZ 20 11.67 8.04 -
YUV 88.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 175 47 76 0 0.73 0.57 0.31 346.41 0.58 0.44
Hex AF 2F 4C 0 49 39 1F 15A 3A 2C
Octal 257 57 114 0 111 71 37 532 72 54
Binary 10101111 101111 1001100 0 1001001 111001 11111 101011010 111010 101100

Color Harmonies of #AF2F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F4C

Black with #AF2F4C

Text Example


Text Example

White with #AF2F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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