Html Css Color HEX #AD6706 Golden Brown

📋 copy color: '#AD6706'

red 173 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #AD6706

Tints of Golden Brown #AD6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 61.35%
G = 36.52%
B = 2.13%

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

#AD6706 (or 0xAD6706) is known color: Golden Brown. HEX triplet: AD, 67 and 06. RGB value is (173,103,6). Sum of RGB (Red+Green+Blue) = 173+103+6=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6706 is #5298F9. Grayscale: #717171. Windows color (decimal): -5413114 or 419757. OLE color: 419757.

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

Color convert

RGB 173 103 6 -
CMYK 0 0.40 0.97 0.32
HSL 34.85º 0.93% 0.35% -
HSV(B) 34.85º 0.97% 0.68% -
XYZ 22.12 18.6 2.6 -
YUV 112.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 173 103 6 0 0.40 0.97 0.32 34.85 0.93 0.35
Hex AD 67 6 0 28 61 20 23 5D 23
Octal 255 147 6 0 50 141 40 43 135 43
Binary 10101101 1100111 110 0 101000 1100001 100000 100011 1011101 100011

Color Harmonies of #AD6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6706

Black with #AD6706

Text Example


Text Example

White with #AD6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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