Html Css Color HEX #AD2B28 Brown

📋 copy color: '#AD2B28'

red 173 ◦ green 43 ◦ blue 40

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

Shades of Brown #AD2B28

Tints of Brown #AD2B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 67.58%
G = 16.8%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2B28 (or 0xAD2B28) is known color: Brown. HEX triplet: AD, 2B and 28. RGB value is (173,43,40). Sum of RGB (Red+Green+Blue) = 173+43+40=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B28 is #52D4D7. Grayscale: #515151. Windows color (decimal): -5428440 or 2632621. OLE color: 2632621.

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

Color convert

RGB 173 43 40 -
CMYK 0 0.75 0.77 0.32
HSL 1.35º 0.62% 0.42% -
HSV(B) 1.35º 0.77% 0.68% -
XYZ 18.48 10.77 3.11 -
YUV 81.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 173 43 40 0 0.75 0.77 0.32 1.35 0.62 0.42
Hex AD 2B 28 0 4B 4D 20 1 3E 2A
Octal 255 53 50 0 113 115 40 1 76 52
Binary 10101101 101011 101000 0 1001011 1001101 100000 1 111110 101010

Color Harmonies of #AD2B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B28

Black with #AD2B28

Text Example


Text Example

White with #AD2B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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