Html Css Color HEX #A72E2E Brown

📋 copy color: '#A72E2E'

red 167 ◦ green 46 ◦ blue 46

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

Shades of Brown #A72E2E

Tints of Brown #A72E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.76%

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 64.48%
G = 17.76%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A72E2E (or 0xA72E2E) is known color: Brown. HEX triplet: A7, 2E and 2E. RGB value is (167,46,46). Sum of RGB (Red+Green+Blue) = 167+46+46=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E2E is #58D1D1. Grayscale: #525252. Windows color (decimal): -5820882 or 3026599. OLE color: 3026599.

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

Color convert

RGB 167 46 46 -
CMYK 0 0.72 0.72 0.35
HSL 0.57% 0.42% -
HSV(B) 0.72% 0.65% -
XYZ 17.41 10.37 3.67 -
YUV 82.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 167 46 46 0 0.72 0.72 0.35 0 0.57 0.42
Hex A7 2E 2E 0 48 48 23 0 39 2A
Octal 247 56 56 0 110 110 43 0 71 52
Binary 10100111 101110 101110 0 1001000 1001000 100011 0 111001 101010

Color Harmonies of #A72E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E2E

Black with #A72E2E

Text Example


Text Example

White with #A72E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E2E; }

 p { color: rgb(167,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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