Html Css Color HEX #AD3230 Brown

📋 copy color: '#AD3230'

red 173 ◦ green 50 ◦ blue 48

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

Shades of Brown #AD3230

Tints of Brown #AD3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 63.84%
G = 18.45%
B = 17.71%

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

#AD3230 (or 0xAD3230) is known color: Brown. HEX triplet: AD, 32 and 30. RGB value is (173,50,48). Sum of RGB (Red+Green+Blue) = 173+50+48=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3230 is #52CDCF. Grayscale: #565656. Windows color (decimal): -5426640 or 3158701. OLE color: 3158701.

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

Color convert

RGB 173 50 48 -
CMYK 0 0.71 0.72 0.32
HSL 0.96º 0.57% 0.43% -
HSV(B) 0.96º 0.72% 0.68% -
XYZ 18.91 11.38 4 -
YUV 86.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 173 50 48 0 0.71 0.72 0.32 0.96 0.57 0.43
Hex AD 32 30 0 47 48 20 1 39 2B
Octal 255 62 60 0 107 110 40 1 71 53
Binary 10101101 110010 110000 0 1000111 1001000 100000 1 111001 101011

Color Harmonies of #AD3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3230

Black with #AD3230

Text Example


Text Example

White with #AD3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3230; }

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

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

background-color css

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

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

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

border-color css

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

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

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