Html Css Color HEX #AD3330 Brown

📋 copy color: '#AD3330'

red 173 ◦ green 51 ◦ blue 48

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

Shades of Brown #AD3330

Tints of Brown #AD3330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 63.6%
G = 18.75%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3330 (or 0xAD3330) is known color: Brown. HEX triplet: AD, 33 and 30. RGB value is (173,51,48). Sum of RGB (Red+Green+Blue) = 173+51+48=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3330 is #52CCCF. Grayscale: #575757. Windows color (decimal): -5426384 or 3158957. OLE color: 3158957.

HSL color Cylindrical-coordinate representation of color #AD3330: hue angle of 1.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3330 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 48 -
CMYK 0 0.71 0.72 0.32
HSL 1.44º 0.57% 0.43% -
HSV(B) 1.44º 0.72% 0.68% -
XYZ 18.95 11.47 4.01 -
YUV 87.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 173 51 48 0 0.71 0.72 0.32 1.44 0.57 0.43
Hex AD 33 30 0 47 48 20 1 39 2B
Octal 255 63 60 0 107 110 40 1 71 53
Binary 10101101 110011 110000 0 1000111 1001000 100000 1 111001 101011

Color Harmonies of #AD3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3330

Black with #AD3330

Text Example


Text Example

White with #AD3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3330; }

 p { color: rgb(173,51,48); }

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

background-color css

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

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

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

border-color css

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

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

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