Html Css Color HEX #AD3424 Brown

📋 copy color: '#AD3424'

red 173 ◦ green 52 ◦ blue 36

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

Shades of Brown #AD3424

Tints of Brown #AD3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 66.28%
G = 19.92%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3424 (or 0xAD3424) is known color: Brown. HEX triplet: AD, 34 and 24. RGB value is (173,52,36). Sum of RGB (Red+Green+Blue) = 173+52+36=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3424 is #52CBDB. Grayscale: #565656. Windows color (decimal): -5426140 or 2372781. OLE color: 2372781.

HSL color Cylindrical-coordinate representation of color #AD3424: hue angle of 7.01º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3424 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 36 -
CMYK 0 0.70 0.79 0.32
HSL 7.01º 0.66% 0.41% -
HSV(B) 7.01º 0.79% 0.68% -
XYZ 18.78 11.47 2.89 -
YUV 86.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 173 52 36 0 0.70 0.79 0.32 7.01 0.66 0.41
Hex AD 34 24 0 46 4F 20 7 42 29
Octal 255 64 44 0 106 117 40 7 102 51
Binary 10101101 110100 100100 0 1000110 1001111 100000 111 1000010 101001

Color Harmonies of #AD3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3424

Black with #AD3424

Text Example


Text Example

White with #AD3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3424; }

 p { color: rgb(173,52,36); }

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

background-color css

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

 a { background-color: rgb(173,52,36); }

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

border-color css

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

 span { border-color: rgb(173,52,36); }

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