Html Css Color HEX #A82441 Old Rose

📋 copy color: '#A82441'

red 168 ◦ green 36 ◦ blue 65

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

Shades of Old Rose #A82441

Tints of Old Rose #A82441

RGB

 RED value IS 168 (66.02% from 255) = 62.45%

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 62.45%
G = 13.38%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A82441 (or 0xA82441) is known color: Old Rose. HEX triplet: A8, 24 and 41. RGB value is (168,36,65). Sum of RGB (Red+Green+Blue) = 168+36+65=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A82441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82441 is #57DBBE. Grayscale: #4E4E4E. Windows color (decimal): -5757887 or 4269224. OLE color: 4269224.

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

Color convert

RGB 168 36 65 -
CMYK 0 0.79 0.61 0.34
HSL 346.82º 0.65% 0.4% -
HSV(B) 346.82º 0.79% 0.66% -
XYZ 17.73 9.97 5.99 -
YUV 78.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 168 36 65 0 0.79 0.61 0.34 346.82 0.65 0.4
Hex A8 24 41 0 4F 3D 22 15B 41 28
Octal 250 44 101 0 117 75 42 533 101 50
Binary 10101000 100100 1000001 0 1001111 111101 100010 101011011 1000001 101000

Color Harmonies of #A82441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82441

Black with #A82441

Text Example


Text Example

White with #A82441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82441; }

 p { color: rgb(168,36,65); }

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

background-color css

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

 a { background-color: rgb(168,36,65); }

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

border-color css

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

 span { border-color: rgb(168,36,65); }

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