Html Css Color HEX #AD3125 Brown

📋 copy color: '#AD3125'

red 173 ◦ green 49 ◦ blue 37

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

Shades of Brown #AD3125

Tints of Brown #AD3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

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

R = 66.8%
G = 18.92%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3125 (or 0xAD3125) is known color: Brown. HEX triplet: AD, 31 and 25. RGB value is (173,49,37). Sum of RGB (Red+Green+Blue) = 173+49+37=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3125 is #52CEDA. Grayscale: #545454. Windows color (decimal): -5426907 or 2437549. OLE color: 2437549.

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

Color convert

RGB 173 49 37 -
CMYK 0 0.72 0.79 0.32
HSL 5.29º 0.65% 0.41% -
HSV(B) 5.29º 0.79% 0.68% -
XYZ 18.67 11.21 2.93 -
YUV 84.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 173 49 37 0 0.72 0.79 0.32 5.29 0.65 0.41
Hex AD 31 25 0 48 4F 20 5 41 29
Octal 255 61 45 0 110 117 40 5 101 51
Binary 10101101 110001 100101 0 1001000 1001111 100000 101 1000001 101001

Color Harmonies of #AD3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3125

Black with #AD3125

Text Example


Text Example

White with #AD3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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