Html Css Color HEX #AD2A29 Brown

📋 copy color: '#AD2A29'

red 173 ◦ green 42 ◦ blue 41

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

Shades of Brown #AD2A29

Tints of Brown #AD2A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.41%

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

R = 67.58%
G = 16.41%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD2A29 (or 0xAD2A29) is known color: Brown. HEX triplet: AD, 2A and 29. RGB value is (173,42,41). Sum of RGB (Red+Green+Blue) = 173+42+41=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A29 is #52D5D6. Grayscale: #515151. Windows color (decimal): -5428695 or 2697901. OLE color: 2697901.

HSL color Cylindrical-coordinate representation of color #AD2A29: 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.76%. Process color model (Four color, CMYK) of #AD2A29 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 41 -
CMYK 0 0.76 0.76 0.32
HSL 0.45º 0.62% 0.42% -
HSV(B) 0.45º 0.76% 0.68% -
XYZ 18.46 10.7 3.19 -
YUV 81.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 173 42 41 0 0.76 0.76 0.32 0.45 0.62 0.42
Hex AD 2A 29 0 4C 4C 20 0 3E 2A
Octal 255 52 51 0 114 114 40 0 76 52
Binary 10101101 101010 101001 0 1001100 1001100 100000 0 111110 101010

Color Harmonies of #AD2A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A29

Black with #AD2A29

Text Example


Text Example

White with #AD2A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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