Html Css Color HEX #A92544 Old Rose

📋 copy color: '#A92544'

red 169 ◦ green 37 ◦ blue 68

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

Shades of Old Rose #A92544

Tints of Old Rose #A92544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 61.68%
G = 13.5%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A92544 (or 0xA92544) is known color: Old Rose. HEX triplet: A9, 25 and 44. RGB value is (169,37,68). Sum of RGB (Red+Green+Blue) = 169+37+68=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A92544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92544 is #56DABB. Grayscale: #505050. Windows color (decimal): -5692092 or 4466089. OLE color: 4466089.

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

Color convert

RGB 169 37 68 -
CMYK 0 0.78 0.60 0.34
HSL 345.91º 0.64% 0.4% -
HSV(B) 345.91º 0.78% 0.66% -
XYZ 18.07 10.18 6.48 -
YUV 80 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 169 37 68 0 0.78 0.60 0.34 345.91 0.64 0.4
Hex A9 25 44 0 4E 3C 22 15A 40 28
Octal 251 45 104 0 116 74 42 532 100 50
Binary 10101001 100101 1000100 0 1001110 111100 100010 101011010 1000000 101000

Color Harmonies of #A92544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92544

Black with #A92544

Text Example


Text Example

White with #A92544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92544; }

 p { color: rgb(169,37,68); }

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

background-color css

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

 a { background-color: rgb(169,37,68); }

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

border-color css

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

 span { border-color: rgb(169,37,68); }

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