Html Css Color HEX #A92947 Old Rose

📋 copy color: '#A92947'

red 169 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #A92947

Tints of Old Rose #A92947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 60.14%
G = 14.59%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A92947 (or 0xA92947) is known color: Old Rose. HEX triplet: A9, 29 and 47. RGB value is (169,41,71). Sum of RGB (Red+Green+Blue) = 169+41+71=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A92947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92947 is #56D6B8. Grayscale: #525252. Windows color (decimal): -5691065 or 4663721. OLE color: 4663721.

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

Color convert

RGB 169 41 71 -
CMYK 0 0.76 0.58 0.34
HSL 345.94º 0.61% 0.41% -
HSV(B) 345.94º 0.76% 0.66% -
XYZ 18.29 10.48 7.02 -
YUV 82.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 169 41 71 0 0.76 0.58 0.34 345.94 0.61 0.41
Hex A9 29 47 0 4C 3A 22 15A 3D 29
Octal 251 51 107 0 114 72 42 532 75 51
Binary 10101001 101001 1000111 0 1001100 111010 100010 101011010 111101 101001

Color Harmonies of #A92947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92947

Black with #A92947

Text Example


Text Example

White with #A92947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92947; }

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

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

background-color css

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

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

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

border-color css

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

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

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