#A72F1A

Color #A72F1A Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A72F1A

Tints of Brown #A72F1A

Color information

#A72F1A (or 0xA72F1A) is unknown color: approx Brown. HEX triplet: A7, 2F and 1A. RGB value is (167,47,26). Sum of RGB (Red+Green+Blue) = 167+47+26=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72F1A is #58D0E5. Grayscale: #505050. Windows color (decimal): -5820646 or 1716135. OLE color: 1716135.

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

Color convert

RGB1674726-
CMYK00.720.840.35
HSL8.94º73.06%37.84%-
HSV(B)8.94º84.43%65.49%-
XYZ17.1410.322.07-
YUV80.4997.26189.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.58%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=69.58%
G=19.58%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167472600.720.840.358.9473.0637.84
HexA72F1A048542394926
Octal24757320110124431111146
Binary101001111011111101001001000101010010001110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72F1A; }

 p { color: rgb(167,47,26); }

 H1.HeaderClassName
 {
   color: #A72F1A;
 }
 .AnyTagClassName
 {
   color: #A72F1A;
 }
</style>
background-color css

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

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

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

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

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

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