Html Css Color HEX #AF284B Old Rose

📋 copy color: '#AF284B'

red 175 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #AF284B

Tints of Old Rose #AF284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 60.34%
G = 13.79%
B = 25.86%

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

#AF284B (or 0xAF284B) is known color: Old Rose. HEX triplet: AF, 28 and 4B. RGB value is (175,40,75). Sum of RGB (Red+Green+Blue) = 175+40+75=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF284B is #50D7B4. Grayscale: #545454. Windows color (decimal): -5298101 or 4925615. OLE color: 4925615.

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

Color convert

RGB 175 40 75 -
CMYK 0 0.77 0.57 0.31
HSL 344.44º 0.63% 0.42% -
HSV(B) 344.44º 0.77% 0.69% -
XYZ 19.71 11.14 7.77 -
YUV 84.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 175 40 75 0 0.77 0.57 0.31 344.44 0.63 0.42
Hex AF 28 4B 0 4D 39 1F 158 3F 2A
Octal 257 50 113 0 115 71 37 530 77 52
Binary 10101111 101000 1001011 0 1001101 111001 11111 101011000 111111 101010

Color Harmonies of #AF284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF284B

Black with #AF284B

Text Example


Text Example

White with #AF284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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