Html Css Color HEX #AD2929 Brown

📋 copy color: '#AD2929'

red 173 ◦ green 41 ◦ blue 41

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

Shades of Brown #AD2929

Tints of Brown #AD2929

RGB

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

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

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

R = 67.84%
G = 16.08%
B = 16.08%

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

#AD2929 (or 0xAD2929) is known color: Brown. HEX triplet: AD, 29 and 29. RGB value is (173,41,41). Sum of RGB (Red+Green+Blue) = 173+41+41=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2929 is #52D6D6. Grayscale: #505050. Windows color (decimal): -5428951 or 2697645. OLE color: 2697645.

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

Color convert

RGB 173 41 41 -
CMYK 0 0.76 0.76 0.32
HSL 0.62% 0.42% -
HSV(B) 0.76% 0.68% -
XYZ 18.43 10.63 3.18 -
YUV 80.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 173 41 41 0 0.76 0.76 0.32 0 0.62 0.42
Hex AD 29 29 0 4C 4C 20 0 3E 2A
Octal 255 51 51 0 114 114 40 0 76 52
Binary 10101101 101001 101001 0 1001100 1001100 100000 0 111110 101010

Color Harmonies of #AD2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2929

Black with #AD2929

Text Example


Text Example

White with #AD2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2929; }

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

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

background-color css

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

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

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

border-color css

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

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

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