Html Css Color HEX #AD2C29 Brown

📋 copy color: '#AD2C29'

red 173 ◦ green 44 ◦ blue 41

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

Shades of Brown #AD2C29

Tints of Brown #AD2C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 67.05%
G = 17.05%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD2C29 (or 0xAD2C29) is known color: Brown. HEX triplet: AD, 2C and 29. RGB value is (173,44,41). Sum of RGB (Red+Green+Blue) = 173+44+41=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C29 is #52D3D6. Grayscale: #525252. Windows color (decimal): -5428183 or 2698413. OLE color: 2698413.

HSL color Cylindrical-coordinate representation of color #AD2C29: hue angle of 1.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2C29 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 44 41 -
CMYK 0 0.75 0.76 0.32
HSL 1.36º 0.62% 0.42% -
HSV(B) 1.36º 0.76% 0.68% -
XYZ 18.53 10.85 3.21 -
YUV 82.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 173 44 41 0 0.75 0.76 0.32 1.36 0.62 0.42
Hex AD 2C 29 0 4B 4C 20 1 3E 2A
Octal 255 54 51 0 113 114 40 1 76 52
Binary 10101101 101100 101001 0 1001011 1001100 100000 1 111110 101010

Color Harmonies of #AD2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C29

Black with #AD2C29

Text Example


Text Example

White with #AD2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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