Html Css Color HEX #AD3426 Brown

📋 copy color: '#AD3426'

red 173 ◦ green 52 ◦ blue 38

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

Shades of Brown #AD3426

Tints of Brown #AD3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 65.78%
G = 19.77%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3426 (or 0xAD3426) is known color: Brown. HEX triplet: AD, 34 and 26. RGB value is (173,52,38). Sum of RGB (Red+Green+Blue) = 173+52+38=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3426 is #52CBD9. Grayscale: #565656. Windows color (decimal): -5426138 or 2503853. OLE color: 2503853.

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

Color convert

RGB 173 52 38 -
CMYK 0 0.70 0.78 0.32
HSL 6.22º 0.64% 0.41% -
HSV(B) 6.22º 0.78% 0.68% -
XYZ 18.81 11.48 3.06 -
YUV 86.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 173 52 38 0 0.70 0.78 0.32 6.22 0.64 0.41
Hex AD 34 26 0 46 4E 20 6 40 29
Octal 255 64 46 0 106 116 40 6 100 51
Binary 10101101 110100 100110 0 1000110 1001110 100000 110 1000000 101001

Color Harmonies of #AD3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3426

Black with #AD3426

Text Example


Text Example

White with #AD3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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