Html Css Color HEX #AD3128 Brown

📋 copy color: '#AD3128'

red 173 ◦ green 49 ◦ blue 40

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

Shades of Brown #AD3128

Tints of Brown #AD3128

RGB

 RED value IS 173 (67.97% from 255) = 66.03%

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 66.03%
G = 18.7%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3128 (or 0xAD3128) is known color: Brown. HEX triplet: AD, 31 and 28. RGB value is (173,49,40). Sum of RGB (Red+Green+Blue) = 173+49+40=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3128 is #52CED7. Grayscale: #555555. Windows color (decimal): -5426904 or 2634157. OLE color: 2634157.

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

Color convert

RGB 173 49 40 -
CMYK 0 0.72 0.77 0.32
HSL 4.06º 0.62% 0.42% -
HSV(B) 4.06º 0.77% 0.68% -
XYZ 18.71 11.23 3.19 -
YUV 85.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 173 49 40 0 0.72 0.77 0.32 4.06 0.62 0.42
Hex AD 31 28 0 48 4D 20 4 3E 2A
Octal 255 61 50 0 110 115 40 4 76 52
Binary 10101101 110001 101000 0 1001000 1001101 100000 100 111110 101010

Color Harmonies of #AD3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3128

Black with #AD3128

Text Example


Text Example

White with #AD3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3128; }

 p { color: rgb(173,49,40); }

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

background-color css

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

 a { background-color: rgb(173,49,40); }

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

border-color css

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

 span { border-color: rgb(173,49,40); }

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