Html Css Color HEX #AF2756 Old Rose

📋 copy color: '#AF2756'

red 175 ◦ green 39 ◦ blue 86

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

Shades of Old Rose #AF2756

Tints of Old Rose #AF2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 58.33%
G = 13%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF2756 (or 0xAF2756) is known color: Old Rose. HEX triplet: AF, 27 and 56. RGB value is (175,39,86). Sum of RGB (Red+Green+Blue) = 175+39+86=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2756 is #50D8A9. Grayscale: #545454. Windows color (decimal): -5298346 or 5646255. OLE color: 5646255.

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

Color convert

RGB 175 39 86 -
CMYK 0 0.78 0.51 0.31
HSL 339.26º 0.64% 0.42% -
HSV(B) 339.26º 0.78% 0.69% -
XYZ 20.08 11.24 9.91 -
YUV 85.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 175 39 86 0 0.78 0.51 0.31 339.26 0.64 0.42
Hex AF 27 56 0 4E 33 1F 153 40 2A
Octal 257 47 126 0 116 63 37 523 100 52
Binary 10101111 100111 1010110 0 1001110 110011 11111 101010011 1000000 101010

Color Harmonies of #AF2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2756

Black with #AF2756

Text Example


Text Example

White with #AF2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2756; }

 p { color: rgb(175,39,86); }

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

background-color css

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

 a { background-color: rgb(175,39,86); }

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

border-color css

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

 span { border-color: rgb(175,39,86); }

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