Html Css Color HEX #A82C41 Old Rose

📋 copy color: '#A82C41'

red 168 ◦ green 44 ◦ blue 65

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

Shades of Old Rose #A82C41

Tints of Old Rose #A82C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

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

R = 60.65%
G = 15.88%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A82C41 (or 0xA82C41) is known color: Old Rose. HEX triplet: A8, 2C and 41. RGB value is (168,44,65). Sum of RGB (Red+Green+Blue) = 168+44+65=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C41 is #57D3BE. Grayscale: #535353. Windows color (decimal): -5755839 or 4271272. OLE color: 4271272.

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

Color convert

RGB 168 44 65 -
CMYK 0 0.74 0.61 0.34
HSL 349.84º 0.58% 0.42% -
HSV(B) 349.84º 0.74% 0.66% -
XYZ 18 10.51 6.08 -
YUV 83.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 168 44 65 0 0.74 0.61 0.34 349.84 0.58 0.42
Hex A8 2C 41 0 4A 3D 22 15E 3A 2A
Octal 250 54 101 0 112 75 42 536 72 52
Binary 10101000 101100 1000001 0 1001010 111101 100010 101011110 111010 101010

Color Harmonies of #A82C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C41

Black with #A82C41

Text Example


Text Example

White with #A82C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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