Html Css Color HEX #A92446 Old Rose

📋 copy color: '#A92446'

red 169 ◦ green 36 ◦ blue 70

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

Shades of Old Rose #A92446

Tints of Old Rose #A92446

RGB

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

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

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

R = 61.45%
G = 13.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A92446 (or 0xA92446) is known color: Old Rose. HEX triplet: A9, 24 and 46. RGB value is (169,36,70). Sum of RGB (Red+Green+Blue) = 169+36+70=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A92446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92446 is #56DBB9. Grayscale: #4F4F4F. Windows color (decimal): -5692346 or 4596905. OLE color: 4596905.

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

Color convert

RGB 169 36 70 -
CMYK 0 0.79 0.59 0.34
HSL 344.66º 0.65% 0.4% -
HSV(B) 344.66º 0.79% 0.66% -
XYZ 18.1 10.14 6.8 -
YUV 79.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 169 36 70 0 0.79 0.59 0.34 344.66 0.65 0.4
Hex A9 24 46 0 4F 3B 22 159 41 28
Octal 251 44 106 0 117 73 42 531 101 50
Binary 10101001 100100 1000110 0 1001111 111011 100010 101011001 1000001 101000

Color Harmonies of #A92446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92446

Black with #A92446

Text Example


Text Example

White with #A92446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92446; }

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

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

background-color css

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

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

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

border-color css

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

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

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