Html Css Color HEX #AF2E46 Old Rose

📋 copy color: '#AF2E46'

red 175 ◦ green 46 ◦ blue 70

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

Shades of Old Rose #AF2E46

Tints of Old Rose #AF2E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 60.14%
G = 15.81%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2E46 (or 0xAF2E46) is known color: Old Rose. HEX triplet: AF, 2E and 46. RGB value is (175,46,70). Sum of RGB (Red+Green+Blue) = 175+46+70=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E46 is #50D1B9. Grayscale: #575757. Windows color (decimal): -5296570 or 4599471. OLE color: 4599471.

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

Color convert

RGB 175 46 70 -
CMYK 0 0.74 0.60 0.31
HSL 348.84º 0.58% 0.43% -
HSV(B) 348.84º 0.74% 0.69% -
XYZ 19.76 11.51 6.97 -
YUV 87.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 175 46 70 0 0.74 0.60 0.31 348.84 0.58 0.43
Hex AF 2E 46 0 4A 3C 1F 15D 3A 2B
Octal 257 56 106 0 112 74 37 535 72 53
Binary 10101111 101110 1000110 0 1001010 111100 11111 101011101 111010 101011

Color Harmonies of #AF2E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E46

Black with #AF2E46

Text Example


Text Example

White with #AF2E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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