Html Css Color HEX #A92042 Old Rose

📋 copy color: '#A92042'

red 169 ◦ green 32 ◦ blue 66

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

Shades of Old Rose #A92042

Tints of Old Rose #A92042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 63.3%
G = 11.99%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A92042 (or 0xA92042) is known color: Old Rose. HEX triplet: A9, 20 and 42. RGB value is (169,32,66). Sum of RGB (Red+Green+Blue) = 169+32+66=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A92042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92042 is #56DFBD. Grayscale: #4C4C4C. Windows color (decimal): -5693374 or 4333737. OLE color: 4333737.

HSL color Cylindrical-coordinate representation of color #A92042: hue angle of 345.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92042 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 66 -
CMYK 0 0.81 0.61 0.34
HSL 345.11º 0.68% 0.39% -
HSV(B) 345.11º 0.81% 0.66% -
XYZ 17.86 9.86 6.12 -
YUV 76.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 169 32 66 0 0.81 0.61 0.34 345.11 0.68 0.39
Hex A9 20 42 0 51 3D 22 159 44 27
Octal 251 40 102 0 121 75 42 531 104 47
Binary 10101001 100000 1000010 0 1010001 111101 100010 101011001 1000100 100111

Color Harmonies of #A92042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92042

Black with #A92042

Text Example


Text Example

White with #A92042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92042; }

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

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

background-color css

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

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

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

border-color css

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

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

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