Html Css Color HEX #A82442 Old Rose

📋 copy color: '#A82442'

red 168 ◦ green 36 ◦ blue 66

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

Shades of Old Rose #A82442

Tints of Old Rose #A82442

RGB

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

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

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

R = 62.22%
G = 13.33%
B = 24.44%

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

#A82442 (or 0xA82442) is known color: Old Rose. HEX triplet: A8, 24 and 42. RGB value is (168,36,66). Sum of RGB (Red+Green+Blue) = 168+36+66=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A82442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82442 is #57DBBD. Grayscale: #4E4E4E. Windows color (decimal): -5757886 or 4334760. OLE color: 4334760.

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

Color convert

RGB 168 36 66 -
CMYK 0 0.79 0.61 0.34
HSL 346.36º 0.65% 0.4% -
HSV(B) 346.36º 0.79% 0.66% -
XYZ 17.76 9.98 6.14 -
YUV 78.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 168 36 66 0 0.79 0.61 0.34 346.36 0.65 0.4
Hex A8 24 42 0 4F 3D 22 15A 41 28
Octal 250 44 102 0 117 75 42 532 101 50
Binary 10101000 100100 1000010 0 1001111 111101 100010 101011010 1000001 101000

Color Harmonies of #A82442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82442

Black with #A82442

Text Example


Text Example

White with #A82442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82442; }

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

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

background-color css

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

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

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

border-color css

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

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

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