Html Css Color HEX #A92546 Old Rose

📋 copy color: '#A92546'

red 169 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #A92546

Tints of Old Rose #A92546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 61.23%
G = 13.41%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A92546 (or 0xA92546) is known color: Old Rose. HEX triplet: A9, 25 and 46. RGB value is (169,37,70). Sum of RGB (Red+Green+Blue) = 169+37+70=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A92546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92546 is #56DAB9. Grayscale: #505050. Windows color (decimal): -5692090 or 4597161. OLE color: 4597161.

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

Color convert

RGB 169 37 70 -
CMYK 0 0.78 0.59 0.34
HSL 345º 0.64% 0.4% -
HSV(B) 345º 0.78% 0.66% -
XYZ 18.13 10.2 6.81 -
YUV 80.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 169 37 70 0 0.78 0.59 0.34 345 0.64 0.4
Hex A9 25 46 0 4E 3B 22 159 40 28
Octal 251 45 106 0 116 73 42 531 100 50
Binary 10101001 100101 1000110 0 1001110 111011 100010 101011001 1000000 101000

Color Harmonies of #A92546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92546

Black with #A92546

Text Example


Text Example

White with #A92546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92546; }

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

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

background-color css

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

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

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

border-color css

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

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

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