Html Css Color HEX #AD312E Brown

📋 copy color: '#AD312E'

red 173 ◦ green 49 ◦ blue 46

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

Shades of Brown #AD312E

Tints of Brown #AD312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 64.55%
G = 18.28%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD312E (or 0xAD312E) is known color: Brown. HEX triplet: AD, 31 and 2E. RGB value is (173,49,46). Sum of RGB (Red+Green+Blue) = 173+49+46=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD312E is #52CED1. Grayscale: #555555. Windows color (decimal): -5426898 or 3027373. OLE color: 3027373.

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

Color convert

RGB 173 49 46 -
CMYK 0 0.72 0.73 0.32
HSL 1.42º 0.58% 0.43% -
HSV(B) 1.42º 0.73% 0.68% -
XYZ 18.83 11.28 3.77 -
YUV 85.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 173 49 46 0 0.72 0.73 0.32 1.42 0.58 0.43
Hex AD 31 2E 0 48 49 20 1 3A 2B
Octal 255 61 56 0 110 111 40 1 72 53
Binary 10101101 110001 101110 0 1001000 1001001 100000 1 111010 101011

Color Harmonies of #AD312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD312E

Black with #AD312E

Text Example


Text Example

White with #AD312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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