Html Css Color HEX #AF3044 Old Rose

📋 copy color: '#AF3044'

red 175 ◦ green 48 ◦ blue 68

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

Shades of Old Rose #AF3044

Tints of Old Rose #AF3044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 60.14%
G = 16.49%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF3044 (or 0xAF3044) is known color: Old Rose. HEX triplet: AF, 30 and 44. RGB value is (175,48,68). Sum of RGB (Red+Green+Blue) = 175+48+68=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3044 is #50CFBB. Grayscale: #585858. Windows color (decimal): -5296060 or 4468911. OLE color: 4468911.

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

Color convert

RGB 175 48 68 -
CMYK 0 0.73 0.61 0.31
HSL 350.55º 0.57% 0.44% -
HSV(B) 350.55º 0.73% 0.69% -
XYZ 19.78 11.65 6.67 -
YUV 88.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 175 48 68 0 0.73 0.61 0.31 350.55 0.57 0.44
Hex AF 30 44 0 49 3D 1F 15F 39 2C
Octal 257 60 104 0 111 75 37 537 71 54
Binary 10101111 110000 1000100 0 1001001 111101 11111 101011111 111001 101100

Color Harmonies of #AF3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3044

Black with #AF3044

Text Example


Text Example

White with #AF3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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