Html Css Color HEX #AF2653 Old Rose

📋 copy color: '#AF2653'

red 175 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #AF2653

Tints of Old Rose #AF2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.04%

R = 59.12%
G = 12.84%
B = 28.04%

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

#AF2653 (or 0xAF2653) is known color: Old Rose. HEX triplet: AF, 26 and 53. RGB value is (175,38,83). Sum of RGB (Red+Green+Blue) = 175+38+83=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2653 is #50D9AC. Grayscale: #545454. Windows color (decimal): -5298605 or 5449391. OLE color: 5449391.

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

Color convert

RGB 175 38 83 -
CMYK 0 0.78 0.53 0.31
HSL 340.29º 0.64% 0.42% -
HSV(B) 340.29º 0.78% 0.69% -
XYZ 19.93 11.12 9.28 -
YUV 84.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 175 38 83 0 0.78 0.53 0.31 340.29 0.64 0.42
Hex AF 26 53 0 4E 35 1F 154 40 2A
Octal 257 46 123 0 116 65 37 524 100 52
Binary 10101111 100110 1010011 0 1001110 110101 11111 101010100 1000000 101010

Color Harmonies of #AF2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2653

Black with #AF2653

Text Example


Text Example

White with #AF2653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2653; }

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

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

background-color css

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

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

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

border-color css

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

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

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