Html Css Color HEX #A72641 Old Rose

📋 copy color: '#A72641'

red 167 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #A72641

Tints of Old Rose #A72641

RGB

 RED value IS 167 (65.63% from 255) = 61.85%

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 61.85%
G = 14.07%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A72641 (or 0xA72641) is known color: Old Rose. HEX triplet: A7, 26 and 41. RGB value is (167,38,65). Sum of RGB (Red+Green+Blue) = 167+38+65=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A72641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72641 is #58D9BE. Grayscale: #4F4F4F. Windows color (decimal): -5822911 or 4269735. OLE color: 4269735.

HSL color Cylindrical-coordinate representation of color #A72641: hue angle of 347.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72641 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 65 -
CMYK 0 0.77 0.61 0.35
HSL 347.44º 0.63% 0.4% -
HSV(B) 347.44º 0.77% 0.65% -
XYZ 17.58 9.98 6 -
YUV 79.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 167 38 65 0 0.77 0.61 0.35 347.44 0.63 0.4
Hex A7 26 41 0 4D 3D 23 15B 3F 28
Octal 247 46 101 0 115 75 43 533 77 50
Binary 10100111 100110 1000001 0 1001101 111101 100011 101011011 111111 101000

Color Harmonies of #A72641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72641

Black with #A72641

Text Example


Text Example

White with #A72641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72641; }

 p { color: rgb(167,38,65); }

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

background-color css

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

 a { background-color: rgb(167,38,65); }

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

border-color css

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

 span { border-color: rgb(167,38,65); }

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