Html Css Color HEX #AD3423 Brown

📋 copy color: '#AD3423'

red 173 ◦ green 52 ◦ blue 35

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

Shades of Brown #AD3423

Tints of Brown #AD3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 66.54%
G = 20%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD3423 (or 0xAD3423) is known color: Brown. HEX triplet: AD, 34 and 23. RGB value is (173,52,35). Sum of RGB (Red+Green+Blue) = 173+52+35=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3423 is #52CBDC. Grayscale: #565656. Windows color (decimal): -5426141 or 2307245. OLE color: 2307245.

HSL color Cylindrical-coordinate representation of color #AD3423: hue angle of 7.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD3423 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 35 -
CMYK 0 0.70 0.80 0.32
HSL 7.39º 0.66% 0.41% -
HSV(B) 7.39º 0.8% 0.68% -
XYZ 18.76 11.46 2.81 -
YUV 86.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 173 52 35 0 0.70 0.80 0.32 7.39 0.66 0.41
Hex AD 34 23 0 46 50 20 7 42 29
Octal 255 64 43 0 106 120 40 7 102 51
Binary 10101101 110100 100011 0 1000110 1010000 100000 111 1000010 101001

Color Harmonies of #AD3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3423

Black with #AD3423

Text Example


Text Example

White with #AD3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3423; }

 p { color: rgb(173,52,35); }

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

background-color css

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

 a { background-color: rgb(173,52,35); }

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

border-color css

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

 span { border-color: rgb(173,52,35); }

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