Html Css Color HEX #AD2926 Brown

📋 copy color: '#AD2926'

red 173 ◦ green 41 ◦ blue 38

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

Shades of Brown #AD2926

Tints of Brown #AD2926

RGB

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

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

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

R = 68.65%
G = 16.27%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2926 (or 0xAD2926) is known color: Brown. HEX triplet: AD, 29 and 26. RGB value is (173,41,38). Sum of RGB (Red+Green+Blue) = 173+41+38=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2926 is #52D6D9. Grayscale: #505050. Windows color (decimal): -5428954 or 2501037. OLE color: 2501037.

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

Color convert

RGB 173 41 38 -
CMYK 0 0.76 0.78 0.32
HSL 1.33º 0.64% 0.41% -
HSV(B) 1.33º 0.78% 0.68% -
XYZ 18.38 10.61 2.91 -
YUV 80.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 173 41 38 0 0.76 0.78 0.32 1.33 0.64 0.41
Hex AD 29 26 0 4C 4E 20 1 40 29
Octal 255 51 46 0 114 116 40 1 100 51
Binary 10101101 101001 100110 0 1001100 1001110 100000 1 1000000 101001

Color Harmonies of #AD2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2926

Black with #AD2926

Text Example


Text Example

White with #AD2926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2926; }

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

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

background-color css

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

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

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

border-color css

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

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

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