Html Css Color HEX #A92A40 Old Rose

📋 copy color: '#A92A40'

red 169 ◦ green 42 ◦ blue 64

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

Shades of Old Rose #A92A40

Tints of Old Rose #A92A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 61.45%
G = 15.27%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A92A40 (or 0xA92A40) is known color: Old Rose. HEX triplet: A9, 2A and 40. RGB value is (169,42,64). Sum of RGB (Red+Green+Blue) = 169+42+64=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A40 is #56D5BF. Grayscale: #525252. Windows color (decimal): -5690816 or 4205225. OLE color: 4205225.

HSL color Cylindrical-coordinate representation of color #A92A40: hue angle of 349.61º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A40 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 42 64 -
CMYK 0 0.75 0.62 0.34
HSL 349.61º 0.6% 0.41% -
HSV(B) 349.61º 0.75% 0.66% -
XYZ 18.12 10.46 5.91 -
YUV 82.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 169 42 64 0 0.75 0.62 0.34 349.61 0.6 0.41
Hex A9 2A 40 0 4B 3E 22 15E 3C 29
Octal 251 52 100 0 113 76 42 536 74 51
Binary 10101001 101010 1000000 0 1001011 111110 100010 101011110 111100 101001

Color Harmonies of #A92A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A40

Black with #A92A40

Text Example


Text Example

White with #A92A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A40; }

 p { color: rgb(169,42,64); }

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

background-color css

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

 a { background-color: rgb(169,42,64); }

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

border-color css

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

 span { border-color: rgb(169,42,64); }

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