Html Css Color HEX #AD2F21 Brown

📋 copy color: '#AD2F21'

red 173 ◦ green 47 ◦ blue 33

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

Shades of Brown #AD2F21

Tints of Brown #AD2F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 68.38%
G = 18.58%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2F21 (or 0xAD2F21) is known color: Brown. HEX triplet: AD, 2F and 21. RGB value is (173,47,33). Sum of RGB (Red+Green+Blue) = 173+47+33=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F21 is #52D0DE. Grayscale: #535353. Windows color (decimal): -5427423 or 2174893. OLE color: 2174893.

HSL color Cylindrical-coordinate representation of color #AD2F21: hue angle of 6º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2F21 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 33 -
CMYK 0 0.73 0.81 0.32
HSL 0.68% 0.4% -
HSV(B) 0.81% 0.68% -
XYZ 18.52 11.03 2.59 -
YUV 83.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 173 47 33 0 0.73 0.81 0.32 6 0.68 0.4
Hex AD 2F 21 0 49 51 20 6 44 28
Octal 255 57 41 0 111 121 40 6 104 50
Binary 10101101 101111 100001 0 1001001 1010001 100000 110 1000100 101000

Color Harmonies of #AD2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F21

Black with #AD2F21

Text Example


Text Example

White with #AD2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F21; }

 p { color: rgb(173,47,33); }

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

background-color css

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

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

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

border-color css

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

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

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