Html Css Color HEX #AD6810 Golden Brown

📋 copy color: '#AD6810'

red 173 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #AD6810

Tints of Golden Brown #AD6810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 59.04%
G = 35.49%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD6810 (or 0xAD6810) is known color: Golden Brown. HEX triplet: AD, 68 and 10. RGB value is (173,104,16). Sum of RGB (Red+Green+Blue) = 173+104+16=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6810 is #5297EF. Grayscale: #737373. Windows color (decimal): -5412848 or 1075373. OLE color: 1075373.

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

Color convert

RGB 173 104 16 -
CMYK 0 0.40 0.91 0.32
HSL 33.63º 0.83% 0.37% -
HSV(B) 33.63º 0.91% 0.68% -
XYZ 22.28 18.82 2.95 -
YUV 114.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 173 104 16 0 0.40 0.91 0.32 33.63 0.83 0.37
Hex AD 68 10 0 28 5B 20 22 53 25
Octal 255 150 20 0 50 133 40 42 123 45
Binary 10101101 1101000 10000 0 101000 1011011 100000 100010 1010011 100101

Color Harmonies of #AD6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6810

Black with #AD6810

Text Example


Text Example

White with #AD6810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6810; }

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

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

background-color css

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

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

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

border-color css

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

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

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