Html Css Color HEX #AD6C18 Golden Brown

📋 copy color: '#AD6C18'

red 173 ◦ green 108 ◦ blue 24

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

Shades of Golden Brown #AD6C18

Tints of Golden Brown #AD6C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 56.72%
G = 35.41%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6C18 (or 0xAD6C18) is known color: Golden Brown. HEX triplet: AD, 6C and 18. RGB value is (173,108,24). Sum of RGB (Red+Green+Blue) = 173+108+24=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C18 is #5293E7. Grayscale: #767676. Windows color (decimal): -5411816 or 1600685. OLE color: 1600685.

HSL color Cylindrical-coordinate representation of color #AD6C18: hue angle of 33.83º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6C18 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 24 -
CMYK 0 0.38 0.86 0.32
HSL 33.83º 0.76% 0.39% -
HSV(B) 33.83º 0.86% 0.68% -
XYZ 22.76 19.68 3.46 -
YUV 117.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 173 108 24 0 0.38 0.86 0.32 33.83 0.76 0.39
Hex AD 6C 18 0 26 56 20 22 4C 27
Octal 255 154 30 0 46 126 40 42 114 47
Binary 10101101 1101100 11000 0 100110 1010110 100000 100010 1001100 100111

Color Harmonies of #AD6C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C18

Black with #AD6C18

Text Example


Text Example

White with #AD6C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C18; }

 p { color: rgb(173,108,24); }

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

background-color css

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

 a { background-color: rgb(173,108,24); }

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

border-color css

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

 span { border-color: rgb(173,108,24); }

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