Html Css Color HEX #AD6806 Golden Brown

📋 copy color: '#AD6806'

red 173 ◦ green 104 ◦ blue 6

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

Shades of Golden Brown #AD6806

Tints of Golden Brown #AD6806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 61.13%
G = 36.75%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD6806 (or 0xAD6806) is known color: Golden Brown. HEX triplet: AD, 68 and 06. RGB value is (173,104,6). Sum of RGB (Red+Green+Blue) = 173+104+6=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6806 is #5297F9. Grayscale: #717171. Windows color (decimal): -5412858 or 420013. OLE color: 420013.

HSL color Cylindrical-coordinate representation of color #AD6806: hue angle of 35.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD6806 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 6 -
CMYK 0 0.40 0.97 0.32
HSL 35.21º 0.93% 0.35% -
HSV(B) 35.21º 0.97% 0.68% -
XYZ 22.22 18.8 2.63 -
YUV 113.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 173 104 6 0 0.40 0.97 0.32 35.21 0.93 0.35
Hex AD 68 6 0 28 61 20 23 5D 23
Octal 255 150 6 0 50 141 40 43 135 43
Binary 10101101 1101000 110 0 101000 1100001 100000 100011 1011101 100011

Color Harmonies of #AD6806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6806

Black with #AD6806

Text Example


Text Example

White with #AD6806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6806; }

 p { color: rgb(173,104,6); }

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

background-color css

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

 a { background-color: rgb(173,104,6); }

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

border-color css

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

 span { border-color: rgb(173,104,6); }

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