Html Css Color HEX #AF284C Old Rose

📋 copy color: '#AF284C'

red 175 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #AF284C

Tints of Old Rose #AF284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 60.14%
G = 13.75%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF284C (or 0xAF284C) is known color: Old Rose. HEX triplet: AF, 28 and 4C. RGB value is (175,40,76). Sum of RGB (Red+Green+Blue) = 175+40+76=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF284C is #50D7B3. Grayscale: #545454. Windows color (decimal): -5298100 or 4991151. OLE color: 4991151.

HSL color Cylindrical-coordinate representation of color #AF284C: hue angle of 344º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF284C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 76 -
CMYK 0 0.77 0.57 0.31
HSL 344º 0.63% 0.42% -
HSV(B) 344º 0.77% 0.69% -
XYZ 19.74 11.15 7.95 -
YUV 84.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 175 40 76 0 0.77 0.57 0.31 344 0.63 0.42
Hex AF 28 4C 0 4D 39 1F 158 3F 2A
Octal 257 50 114 0 115 71 37 530 77 52
Binary 10101111 101000 1001100 0 1001101 111001 11111 101011000 111111 101010

Color Harmonies of #AF284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF284C

Black with #AF284C

Text Example


Text Example

White with #AF284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF284C; }

 p { color: rgb(175,40,76); }

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

background-color css

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

 a { background-color: rgb(175,40,76); }

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

border-color css

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

 span { border-color: rgb(175,40,76); }

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