Html Css Color HEX #A82342 Old Rose

📋 copy color: '#A82342'

red 168 ◦ green 35 ◦ blue 66

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

Shades of Old Rose #A82342

Tints of Old Rose #A82342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 62.45%
G = 13.01%
B = 24.54%

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

#A82342 (or 0xA82342) is known color: Old Rose. HEX triplet: A8, 23 and 42. RGB value is (168,35,66). Sum of RGB (Red+Green+Blue) = 168+35+66=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A82342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82342 is #57DCBD. Grayscale: #4E4E4E. Windows color (decimal): -5758142 or 4334504. OLE color: 4334504.

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

Color convert

RGB 168 35 66 -
CMYK 0 0.79 0.61 0.34
HSL 346.02º 0.66% 0.4% -
HSV(B) 346.02º 0.79% 0.66% -
XYZ 17.73 9.92 6.13 -
YUV 78.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 168 35 66 0 0.79 0.61 0.34 346.02 0.66 0.4
Hex A8 23 42 0 4F 3D 22 15A 42 28
Octal 250 43 102 0 117 75 42 532 102 50
Binary 10101000 100011 1000010 0 1001111 111101 100010 101011010 1000010 101000

Color Harmonies of #A82342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82342

Black with #A82342

Text Example


Text Example

White with #A82342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82342; }

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

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

background-color css

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

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

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

border-color css

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

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

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