Html Css Color HEX #AF1A4D Old Rose

📋 copy color: '#AF1A4D'

red 175 ◦ green 26 ◦ blue 77

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

Shades of Old Rose #AF1A4D

Tints of Old Rose #AF1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 62.95%
G = 9.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF1A4D (or 0xAF1A4D) is known color: Old Rose. HEX triplet: AF, 1A and 4D. RGB value is (175,26,77). Sum of RGB (Red+Green+Blue) = 175+26+77=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A4D is #50E5B2. Grayscale: #4C4C4C. Windows color (decimal): -5301683 or 5053103. OLE color: 5053103.

HSL color Cylindrical-coordinate representation of color #AF1A4D: hue angle of 339.46º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A4D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 77 -
CMYK 0 0.85 0.56 0.31
HSL 339.46º 0.74% 0.39% -
HSV(B) 339.46º 0.85% 0.69% -
XYZ 19.39 10.39 8 -
YUV 76.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 175 26 77 0 0.85 0.56 0.31 339.46 0.74 0.39
Hex AF 1A 4D 0 55 38 1F 153 4A 27
Octal 257 32 115 0 125 70 37 523 112 47
Binary 10101111 11010 1001101 0 1010101 111000 11111 101010011 1001010 100111

Color Harmonies of #AF1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A4D

Black with #AF1A4D

Text Example


Text Example

White with #AF1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A4D; }

 p { color: rgb(175,26,77); }

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

background-color css

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

 a { background-color: rgb(175,26,77); }

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

border-color css

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

 span { border-color: rgb(175,26,77); }

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