Html Css Color HEX #AD321F Brown

📋 copy color: '#AD321F'

red 173 ◦ green 50 ◦ blue 31

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

Shades of Brown #AD321F

Tints of Brown #AD321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 68.11%
G = 19.69%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD321F (or 0xAD321F) is known color: Brown. HEX triplet: AD, 32 and 1F. RGB value is (173,50,31). Sum of RGB (Red+Green+Blue) = 173+50+31=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321F is #52CDE0. Grayscale: #545454. Windows color (decimal): -5426657 or 2044589. OLE color: 2044589.

HSL color Cylindrical-coordinate representation of color #AD321F: hue angle of 8.03º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD321F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 31 -
CMYK 0 0.71 0.82 0.32
HSL 8.03º 0.7% 0.4% -
HSV(B) 8.03º 0.82% 0.68% -
XYZ 18.62 11.26 2.49 -
YUV 84.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 173 50 31 0 0.71 0.82 0.32 8.03 0.7 0.4
Hex AD 32 1F 0 47 52 20 8 46 28
Octal 255 62 37 0 107 122 40 10 106 50
Binary 10101101 110010 11111 0 1000111 1010010 100000 1000 1000110 101000

Color Harmonies of #AD321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD321F

Black with #AD321F

Text Example


Text Example

White with #AD321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD321F; }

 p { color: rgb(173,50,31); }

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

background-color css

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

 a { background-color: rgb(173,50,31); }

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

border-color css

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

 span { border-color: rgb(173,50,31); }

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