Html Css Color HEX #AF304E Old Rose

📋 copy color: '#AF304E'

red 175 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #AF304E

Tints of Old Rose #AF304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 58.14%
G = 15.95%
B = 25.91%

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

#AF304E (or 0xAF304E) is known color: Old Rose. HEX triplet: AF, 30 and 4E. RGB value is (175,48,78). Sum of RGB (Red+Green+Blue) = 175+48+78=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF304E is #50CFB1. Grayscale: #595959. Windows color (decimal): -5296050 or 5124271. OLE color: 5124271.

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

Color convert

RGB 175 48 78 -
CMYK 0 0.73 0.55 0.31
HSL 345.83º 0.57% 0.44% -
HSV(B) 345.83º 0.73% 0.69% -
XYZ 20.11 11.78 8.42 -
YUV 89.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 175 48 78 0 0.73 0.55 0.31 345.83 0.57 0.44
Hex AF 30 4E 0 49 37 1F 15A 39 2C
Octal 257 60 116 0 111 67 37 532 71 54
Binary 10101111 110000 1001110 0 1001001 110111 11111 101011010 111001 101100

Color Harmonies of #AF304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF304E

Black with #AF304E

Text Example


Text Example

White with #AF304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF304E; }

 p { color: rgb(175,48,78); }

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

background-color css

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

 a { background-color: rgb(175,48,78); }

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

border-color css

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

 span { border-color: rgb(175,48,78); }

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