Html Css Color HEX #AD3428 Brown

📋 copy color: '#AD3428'

red 173 ◦ green 52 ◦ blue 40

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

Shades of Brown #AD3428

Tints of Brown #AD3428

RGB

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

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

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

R = 65.28%
G = 19.62%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3428 (or 0xAD3428) is known color: Brown. HEX triplet: AD, 34 and 28. RGB value is (173,52,40). Sum of RGB (Red+Green+Blue) = 173+52+40=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3428 is #52CBD7. Grayscale: #565656. Windows color (decimal): -5426136 or 2634925. OLE color: 2634925.

HSL color Cylindrical-coordinate representation of color #AD3428: hue angle of 5.41º 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 #AD3428 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 40 -
CMYK 0 0.70 0.77 0.32
HSL 5.41º 0.62% 0.42% -
HSV(B) 5.41º 0.77% 0.68% -
XYZ 18.84 11.49 3.23 -
YUV 86.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 173 52 40 0 0.70 0.77 0.32 5.41 0.62 0.42
Hex AD 34 28 0 46 4D 20 5 3E 2A
Octal 255 64 50 0 106 115 40 5 76 52
Binary 10101101 110100 101000 0 1000110 1001101 100000 101 111110 101010

Color Harmonies of #AD3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3428

Black with #AD3428

Text Example


Text Example

White with #AD3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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