Html Css Color HEX #AF3150 Old Rose

📋 copy color: '#AF3150'

red 175 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #AF3150

Tints of Old Rose #AF3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 57.57%
G = 16.12%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF3150 (or 0xAF3150) is known color: Old Rose. HEX triplet: AF, 31 and 50. RGB value is (175,49,80). Sum of RGB (Red+Green+Blue) = 175+49+80=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3150 is #50CEAF. Grayscale: #5A5A5A. Windows color (decimal): -5295792 or 5255599. OLE color: 5255599.

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

Color convert

RGB 175 49 80 -
CMYK 0 0.72 0.54 0.31
HSL 345.24º 0.56% 0.44% -
HSV(B) 345.24º 0.72% 0.69% -
XYZ 20.23 11.89 8.82 -
YUV 90.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 175 49 80 0 0.72 0.54 0.31 345.24 0.56 0.44
Hex AF 31 50 0 48 36 1F 159 38 2C
Octal 257 61 120 0 110 66 37 531 70 54
Binary 10101111 110001 1010000 0 1001000 110110 11111 101011001 111000 101100

Color Harmonies of #AF3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3150

Black with #AF3150

Text Example


Text Example

White with #AF3150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3150; }

 p { color: rgb(175,49,80); }

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

background-color css

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

 a { background-color: rgb(175,49,80); }

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

border-color css

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

 span { border-color: rgb(175,49,80); }

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