Html Css Color HEX #A92447 Old Rose

📋 copy color: '#A92447'

red 169 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #A92447

Tints of Old Rose #A92447

RGB

 RED value IS 169 (66.41% from 255) = 61.23%

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 61.23%
G = 13.04%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A92447 (or 0xA92447) is known color: Old Rose. HEX triplet: A9, 24 and 47. RGB value is (169,36,71). Sum of RGB (Red+Green+Blue) = 169+36+71=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A92447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92447 is #56DBB8. Grayscale: #4F4F4F. Windows color (decimal): -5692345 or 4662441. OLE color: 4662441.

HSL color Cylindrical-coordinate representation of color #A92447: hue angle of 344.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92447 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 36 71 -
CMYK 0 0.79 0.58 0.34
HSL 344.21º 0.65% 0.4% -
HSV(B) 344.21º 0.79% 0.66% -
XYZ 18.13 10.15 6.97 -
YUV 79.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 169 36 71 0 0.79 0.58 0.34 344.21 0.65 0.4
Hex A9 24 47 0 4F 3A 22 158 41 28
Octal 251 44 107 0 117 72 42 530 101 50
Binary 10101001 100100 1000111 0 1001111 111010 100010 101011000 1000001 101000

Color Harmonies of #A92447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92447

Black with #A92447

Text Example


Text Example

White with #A92447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92447; }

 p { color: rgb(169,36,71); }

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

background-color css

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

 a { background-color: rgb(169,36,71); }

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

border-color css

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

 span { border-color: rgb(169,36,71); }

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