Html Css Color HEX #AD2928 Brown

📋 copy color: '#AD2928'

red 173 ◦ green 41 ◦ blue 40

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

Shades of Brown #AD2928

Tints of Brown #AD2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 68.11%
G = 16.14%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2928 (or 0xAD2928) is known color: Brown. HEX triplet: AD, 29 and 28. RGB value is (173,41,40). Sum of RGB (Red+Green+Blue) = 173+41+40=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2928 is #52D6D7. Grayscale: #505050. Windows color (decimal): -5428952 or 2632109. OLE color: 2632109.

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

Color convert

RGB 173 41 40 -
CMYK 0 0.76 0.77 0.32
HSL 0.45º 0.62% 0.42% -
HSV(B) 0.45º 0.77% 0.68% -
XYZ 18.41 10.62 3.09 -
YUV 80.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 173 41 40 0 0.76 0.77 0.32 0.45 0.62 0.42
Hex AD 29 28 0 4C 4D 20 0 3E 2A
Octal 255 51 50 0 114 115 40 0 76 52
Binary 10101101 101001 101000 0 1001100 1001101 100000 0 111110 101010

Color Harmonies of #AD2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2928

Black with #AD2928

Text Example


Text Example

White with #AD2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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