Html Css Color HEX #A82846 Old Rose

📋 copy color: '#A82846'

red 168 ◦ green 40 ◦ blue 70

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

Shades of Old Rose #A82846

Tints of Old Rose #A82846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 60.43%
G = 14.39%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A82846 (or 0xA82846) is known color: Old Rose. HEX triplet: A8, 28 and 46. RGB value is (168,40,70). Sum of RGB (Red+Green+Blue) = 168+40+70=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A82846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82846 is #57D7B9. Grayscale: #515151. Windows color (decimal): -5756858 or 4597928. OLE color: 4597928.

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

Color convert

RGB 168 40 70 -
CMYK 0 0.76 0.58 0.34
HSL 345.94º 0.62% 0.41% -
HSV(B) 345.94º 0.76% 0.66% -
XYZ 18.01 10.28 6.83 -
YUV 81.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 168 40 70 0 0.76 0.58 0.34 345.94 0.62 0.41
Hex A8 28 46 0 4C 3A 22 15A 3E 29
Octal 250 50 106 0 114 72 42 532 76 51
Binary 10101000 101000 1000110 0 1001100 111010 100010 101011010 111110 101001

Color Harmonies of #A82846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82846

Black with #A82846

Text Example


Text Example

White with #A82846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82846; }

 p { color: rgb(168,40,70); }

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

background-color css

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

 a { background-color: rgb(168,40,70); }

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

border-color css

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

 span { border-color: rgb(168,40,70); }

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