Html Css Color HEX #AF2E4C Old Rose

📋 copy color: '#AF2E4C'

red 175 ◦ green 46 ◦ blue 76

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

Shades of Old Rose #AF2E4C

Tints of Old Rose #AF2E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 58.92%
G = 15.49%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF2E4C (or 0xAF2E4C) is known color: Old Rose. HEX triplet: AF, 2E and 4C. RGB value is (175,46,76). Sum of RGB (Red+Green+Blue) = 175+46+76=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E4C is #50D1B3. Grayscale: #585858. Windows color (decimal): -5296564 or 4992687. OLE color: 4992687.

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

Color convert

RGB 175 46 76 -
CMYK 0 0.74 0.57 0.31
HSL 346.05º 0.58% 0.43% -
HSV(B) 346.05º 0.74% 0.69% -
XYZ 19.96 11.59 8.02 -
YUV 87.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 175 46 76 0 0.74 0.57 0.31 346.05 0.58 0.43
Hex AF 2E 4C 0 4A 39 1F 15A 3A 2B
Octal 257 56 114 0 112 71 37 532 72 53
Binary 10101111 101110 1001100 0 1001010 111001 11111 101011010 111010 101011

Color Harmonies of #AF2E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E4C

Black with #AF2E4C

Text Example


Text Example

White with #AF2E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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