Html Css Color HEX #AD3525 Brown

📋 copy color: '#AD3525'

red 173 ◦ green 53 ◦ blue 37

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

Shades of Brown #AD3525

Tints of Brown #AD3525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 65.78%
G = 20.15%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3525 (or 0xAD3525) is known color: Brown. HEX triplet: AD, 35 and 25. RGB value is (173,53,37). Sum of RGB (Red+Green+Blue) = 173+53+37=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3525 is #52CADA. Grayscale: #575757. Windows color (decimal): -5425883 or 2438573. OLE color: 2438573.

HSL color Cylindrical-coordinate representation of color #AD3525: hue angle of 7.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3525 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 53 37 -
CMYK 0 0.69 0.79 0.32
HSL 7.06º 0.65% 0.41% -
HSV(B) 7.06º 0.79% 0.68% -
XYZ 18.84 11.56 2.99 -
YUV 87.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 173 53 37 0 0.69 0.79 0.32 7.06 0.65 0.41
Hex AD 35 25 0 45 4F 20 7 41 29
Octal 255 65 45 0 105 117 40 7 101 51
Binary 10101101 110101 100101 0 1000101 1001111 100000 111 1000001 101001

Color Harmonies of #AD3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3525

Black with #AD3525

Text Example


Text Example

White with #AD3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3525; }

 p { color: rgb(173,53,37); }

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

background-color css

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

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

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

border-color css

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

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

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