Html Css Color HEX #A92542 Old Rose

📋 copy color: '#A92542'

red 169 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #A92542

Tints of Old Rose #A92542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 62.13%
G = 13.6%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A92542 (or 0xA92542) is known color: Old Rose. HEX triplet: A9, 25 and 42. RGB value is (169,37,66). Sum of RGB (Red+Green+Blue) = 169+37+66=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A92542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92542 is #56DABD. Grayscale: #4F4F4F. Windows color (decimal): -5692094 or 4335017. OLE color: 4335017.

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

Color convert

RGB 169 37 66 -
CMYK 0 0.78 0.61 0.34
HSL 346.82º 0.64% 0.4% -
HSV(B) 346.82º 0.78% 0.66% -
XYZ 18.01 10.15 6.16 -
YUV 79.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 169 37 66 0 0.78 0.61 0.34 346.82 0.64 0.4
Hex A9 25 42 0 4E 3D 22 15B 40 28
Octal 251 45 102 0 116 75 42 533 100 50
Binary 10101001 100101 1000010 0 1001110 111101 100010 101011011 1000000 101000

Color Harmonies of #A92542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92542

Black with #A92542

Text Example


Text Example

White with #A92542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92542; }

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

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

background-color css

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

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

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

border-color css

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

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

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