Html Css Color HEX #A92144 Old Rose

📋 copy color: '#A92144'

red 169 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #A92144

Tints of Old Rose #A92144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 62.59%
G = 12.22%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A92144 (or 0xA92144) is known color: Old Rose. HEX triplet: A9, 21 and 44. RGB value is (169,33,68). Sum of RGB (Red+Green+Blue) = 169+33+68=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A92144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92144 is #56DEBB. Grayscale: #4D4D4D. Windows color (decimal): -5693116 or 4465065. OLE color: 4465065.

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

Color convert

RGB 169 33 68 -
CMYK 0 0.80 0.60 0.34
HSL 344.56º 0.67% 0.4% -
HSV(B) 344.56º 0.8% 0.66% -
XYZ 17.95 9.94 6.44 -
YUV 77.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 169 33 68 0 0.80 0.60 0.34 344.56 0.67 0.4
Hex A9 21 44 0 50 3C 22 159 43 28
Octal 251 41 104 0 120 74 42 531 103 50
Binary 10101001 100001 1000100 0 1010000 111100 100010 101011001 1000011 101000

Color Harmonies of #A92144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92144

Black with #A92144

Text Example


Text Example

White with #A92144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92144; }

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

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

background-color css

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

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

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

border-color css

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

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

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