Html Css Color HEX #A92541 Old Rose

📋 copy color: '#A92541'

red 169 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #A92541

Tints of Old Rose #A92541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 62.36%
G = 13.65%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A92541 (or 0xA92541) is known color: Old Rose. HEX triplet: A9, 25 and 41. RGB value is (169,37,65). Sum of RGB (Red+Green+Blue) = 169+37+65=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A92541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92541 is #56DABE. Grayscale: #4F4F4F. Windows color (decimal): -5692095 or 4269481. OLE color: 4269481.

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

Color convert

RGB 169 37 65 -
CMYK 0 0.78 0.62 0.34
HSL 347.27º 0.64% 0.4% -
HSV(B) 347.27º 0.78% 0.66% -
XYZ 17.98 10.14 6.01 -
YUV 79.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 169 37 65 0 0.78 0.62 0.34 347.27 0.64 0.4
Hex A9 25 41 0 4E 3E 22 15B 40 28
Octal 251 45 101 0 116 76 42 533 100 50
Binary 10101001 100101 1000001 0 1001110 111110 100010 101011011 1000000 101000

Color Harmonies of #A92541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92541

Black with #A92541

Text Example


Text Example

White with #A92541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92541; }

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

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

background-color css

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

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

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

border-color css

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

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

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