Html Css Color HEX #AF3051 Old Rose

📋 copy color: '#AF3051'

red 175 ◦ green 48 ◦ blue 81

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

Shades of Old Rose #AF3051

Tints of Old Rose #AF3051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 57.57%
G = 15.79%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF3051 (or 0xAF3051) is known color: Old Rose. HEX triplet: AF, 30 and 51. RGB value is (175,48,81). Sum of RGB (Red+Green+Blue) = 175+48+81=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3051 is #50CFAE. Grayscale: #595959. Windows color (decimal): -5296047 or 5320879. OLE color: 5320879.

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

Color convert

RGB 175 48 81 -
CMYK 0 0.73 0.54 0.31
HSL 344.41º 0.57% 0.44% -
HSV(B) 344.41º 0.73% 0.69% -
XYZ 20.22 11.82 9 -
YUV 89.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 175 48 81 0 0.73 0.54 0.31 344.41 0.57 0.44
Hex AF 30 51 0 49 36 1F 158 39 2C
Octal 257 60 121 0 111 66 37 530 71 54
Binary 10101111 110000 1010001 0 1001001 110110 11111 101011000 111001 101100

Color Harmonies of #AF3051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3051

Black with #AF3051

Text Example


Text Example

White with #AF3051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3051; }

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

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

background-color css

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

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

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

border-color css

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

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

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