#A8302A

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

Shades of Brown #A8302A

Tints of Brown #A8302A

Color information

#A8302A (or 0xA8302A) is unknown color: approx Brown. HEX triplet: A8, 30 and 2A. RGB value is (168,48,42). Sum of RGB (Red+Green+Blue) = 168+48+42=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8302A is #57CFD5. Grayscale: #535353. Windows color (decimal): -5754838 or 2764968. OLE color: 2764968.

HSL color Cylindrical-coordinate representation of color #A8302A: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8302A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1684842-
CMYK00.710.750.34
HSL2.86º60%41.18%-
HSV(B)2.86º75%65.88%-
XYZ17.6210.613.31-
YUV83.2104.76188.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.12%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=65.12%
G=18.60%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168484200.710.750.342.866041.18
HexA8302A0474B2233c29
Octal250605201071134237451
Binary1010100011000010101001000111100101110001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8302A; }

 p { color: rgb(168,48,42); }

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

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

 a { background-color: rgb(168,48,42); }

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

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

 span { border-color: rgb(168,48,42); }

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