#AD680A

Color #AD680A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD680A

Tints of Golden Brown #AD680A

Color information

#AD680A (or 0xAD680A) is unknown color: approx Golden Brown. HEX triplet: AD, 68 and 0A. RGB value is (173,104,10). Sum of RGB (Red+Green+Blue) = 173+104+10=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD680A is #5297F5. Grayscale: #727272. Windows color (decimal): -5412854 or 682157. OLE color: 682157.

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

Color convert

RGB17310410-
CMYK00.400.940.32
HSL34.6º89.07%35.88%-
HSV(B)34.6º94.22%67.84%-
XYZ22.2418.812.75-
YUV113.9269.36170.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=60.28%
G=36.24%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731041000.400.940.3234.689.0735.88
HexAD68A0285E20235924
Octal25515012050136404313144
Binary1010110111010001010010100010111101000001000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD680A; }

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

 H1.HeaderClassName
 {
   color: #AD680A;
 }
 .AnyTagClassName
 {
   color: #AD680A;
 }
</style>
background-color css

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

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

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

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

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

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