Html Css Color HEX #AF3043 Old Rose

📋 copy color: '#AF3043'

red 175 ◦ green 48 ◦ blue 67

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

Shades of Old Rose #AF3043

Tints of Old Rose #AF3043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 60.34%
G = 16.55%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3043 (or 0xAF3043) is known color: Old Rose. HEX triplet: AF, 30 and 43. RGB value is (175,48,67). Sum of RGB (Red+Green+Blue) = 175+48+67=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3043 is #50CFBC. Grayscale: #585858. Windows color (decimal): -5296061 or 4403375. OLE color: 4403375.

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

Color convert

RGB 175 48 67 -
CMYK 0 0.73 0.62 0.31
HSL 351.02º 0.57% 0.44% -
HSV(B) 351.02º 0.73% 0.69% -
XYZ 19.75 11.63 6.51 -
YUV 88.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 175 48 67 0 0.73 0.62 0.31 351.02 0.57 0.44
Hex AF 30 43 0 49 3E 1F 15F 39 2C
Octal 257 60 103 0 111 76 37 537 71 54
Binary 10101111 110000 1000011 0 1001001 111110 11111 101011111 111001 101100

Color Harmonies of #AF3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3043

Black with #AF3043

Text Example


Text Example

White with #AF3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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