#A5302A

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

Shades of Brown #A5302A

Tints of Brown #A5302A

Color information

#A5302A (or 0xA5302A) is unknown color: approx Brown. HEX triplet: A5, 30 and 2A. RGB value is (165,48,42). Sum of RGB (Red+Green+Blue) = 165+48+42=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A5302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5302A is #5ACFD5. Grayscale: #525252. Windows color (decimal): -5951446 or 2764965. OLE color: 2764965.

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

Color convert

RGB1654842-
CMYK00.710.750.35
HSL2.93º59.42%40.59%-
HSV(B)2.93º74.55%64.71%-
XYZ16.9910.283.28-
YUV82.3105.26186.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.71%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=64.71%
G=18.82%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165484200.710.750.352.9359.4240.59
HexA5302A0474B2333b29
Octal245605201071134337351
Binary1010010111000010101001000111100101110001111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5302A; }

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

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

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

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

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

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

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

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