#AD302A

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

Shades of Brown #AD302A

Tints of Brown #AD302A

Color information

#AD302A (or 0xAD302A) is unknown color: approx Brown. HEX triplet: AD, 30 and 2A. RGB value is (173,48,42). Sum of RGB (Red+Green+Blue) = 173+48+42=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD302A is #52CFD5. Grayscale: #545454. Windows color (decimal): -5427158 or 2764973. OLE color: 2764973.

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

Color convert

RGB1734842-
CMYK00.720.760.32
HSL2.75º60.93%42.16%-
HSV(B)2.75º75.72%67.84%-
XYZ18.7111.173.36-
YUV84.69103.91190.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.78%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=65.78%
G=18.25%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173484200.720.760.322.7560.9342.16
HexAD302A0484C2033d2a
Octal255605201101144037552
Binary1010110111000010101001001000100110010000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD302A; }

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

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

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

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

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

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

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

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