Html Css Color HEX #A82341 Old Rose

📋 copy color: '#A82341'

red 168 ◦ green 35 ◦ blue 65

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

Shades of Old Rose #A82341

Tints of Old Rose #A82341

RGB

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

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

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

R = 62.69%
G = 13.06%
B = 24.25%

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

#A82341 (or 0xA82341) is known color: Old Rose. HEX triplet: A8, 23 and 41. RGB value is (168,35,65). Sum of RGB (Red+Green+Blue) = 168+35+65=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A82341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82341 is #57DCBE. Grayscale: #4E4E4E. Windows color (decimal): -5758143 or 4268968. OLE color: 4268968.

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

Color convert

RGB 168 35 65 -
CMYK 0 0.79 0.61 0.34
HSL 346.47º 0.66% 0.4% -
HSV(B) 346.47º 0.79% 0.66% -
XYZ 17.7 9.91 5.98 -
YUV 78.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 168 35 65 0 0.79 0.61 0.34 346.47 0.66 0.4
Hex A8 23 41 0 4F 3D 22 15A 42 28
Octal 250 43 101 0 117 75 42 532 102 50
Binary 10101000 100011 1000001 0 1001111 111101 100010 101011010 1000010 101000

Color Harmonies of #A82341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82341

Black with #A82341

Text Example


Text Example

White with #A82341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82341; }

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

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

background-color css

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

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

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

border-color css

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

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

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