Html Css Color HEX #AF2754 Old Rose

📋 copy color: '#AF2754'

red 175 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #AF2754

Tints of Old Rose #AF2754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 58.72%
G = 13.09%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF2754 (or 0xAF2754) is known color: Old Rose. HEX triplet: AF, 27 and 54. RGB value is (175,39,84). Sum of RGB (Red+Green+Blue) = 175+39+84=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2754 is #50D8AB. Grayscale: #545454. Windows color (decimal): -5298348 or 5515183. OLE color: 5515183.

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

Color convert

RGB 175 39 84 -
CMYK 0 0.78 0.52 0.31
HSL 340.15º 0.64% 0.42% -
HSV(B) 340.15º 0.78% 0.69% -
XYZ 20 11.21 9.5 -
YUV 84.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 175 39 84 0 0.78 0.52 0.31 340.15 0.64 0.42
Hex AF 27 54 0 4E 34 1F 154 40 2A
Octal 257 47 124 0 116 64 37 524 100 52
Binary 10101111 100111 1010100 0 1001110 110100 11111 101010100 1000000 101010

Color Harmonies of #AF2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2754

Black with #AF2754

Text Example


Text Example

White with #AF2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2754; }

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

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

background-color css

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

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

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

border-color css

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

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

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