Html Css Color HEX #AD6206 Golden Brown

📋 copy color: '#AD6206'

red 173 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #AD6206

Tints of Golden Brown #AD6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 62.45%
G = 35.38%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD6206 (or 0xAD6206) is known color: Golden Brown. HEX triplet: AD, 62 and 06. RGB value is (173,98,6). Sum of RGB (Red+Green+Blue) = 173+98+6=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6206 is #529DF9. Grayscale: #6E6E6E. Windows color (decimal): -5414394 or 418477. OLE color: 418477.

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

Color convert

RGB 173 98 6 -
CMYK 0 0.43 0.97 0.32
HSL 33.05º 0.93% 0.35% -
HSV(B) 33.05º 0.97% 0.68% -
XYZ 21.63 17.63 2.44 -
YUV 109.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 173 98 6 0 0.43 0.97 0.32 33.05 0.93 0.35
Hex AD 62 6 0 2B 61 20 21 5D 23
Octal 255 142 6 0 53 141 40 41 135 43
Binary 10101101 1100010 110 0 101011 1100001 100000 100001 1011101 100011

Color Harmonies of #AD6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6206

Black with #AD6206

Text Example


Text Example

White with #AD6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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