Html Css Color HEX #AF2652 Old Rose

📋 copy color: '#AF2652'

red 175 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #AF2652

Tints of Old Rose #AF2652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 59.32%
G = 12.88%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2652 (or 0xAF2652) is known color: Old Rose. HEX triplet: AF, 26 and 52. RGB value is (175,38,82). Sum of RGB (Red+Green+Blue) = 175+38+82=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2652 is #50D9AD. Grayscale: #535353. Windows color (decimal): -5298606 or 5383855. OLE color: 5383855.

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

Color convert

RGB 175 38 82 -
CMYK 0 0.78 0.53 0.31
HSL 340.73º 0.64% 0.42% -
HSV(B) 340.73º 0.78% 0.69% -
XYZ 19.9 11.11 9.08 -
YUV 83.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 175 38 82 0 0.78 0.53 0.31 340.73 0.64 0.42
Hex AF 26 52 0 4E 35 1F 155 40 2A
Octal 257 46 122 0 116 65 37 525 100 52
Binary 10101111 100110 1010010 0 1001110 110101 11111 101010101 1000000 101010

Color Harmonies of #AF2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2652

Black with #AF2652

Text Example


Text Example

White with #AF2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2652; }

 p { color: rgb(175,38,82); }

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

background-color css

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

 a { background-color: rgb(175,38,82); }

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

border-color css

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

 span { border-color: rgb(175,38,82); }

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