Html Css Color HEX #AD680F Golden Brown

📋 copy color: '#AD680F'

red 173 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #AD680F

Tints of Golden Brown #AD680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 59.25%
G = 35.62%
B = 5.14%

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

#AD680F (or 0xAD680F) is known color: Golden Brown. HEX triplet: AD, 68 and 0F. RGB value is (173,104,15). Sum of RGB (Red+Green+Blue) = 173+104+15=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD680F is #5297F0. Grayscale: #727272. Windows color (decimal): -5412849 or 1009837. OLE color: 1009837.

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

Color convert

RGB 173 104 15 -
CMYK 0 0.40 0.91 0.32
HSL 33.8º 0.84% 0.37% -
HSV(B) 33.8º 0.91% 0.68% -
XYZ 22.27 18.82 2.91 -
YUV 114.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 173 104 15 0 0.40 0.91 0.32 33.8 0.84 0.37
Hex AD 68 F 0 28 5B 20 22 54 25
Octal 255 150 17 0 50 133 40 42 124 45
Binary 10101101 1101000 1111 0 101000 1011011 100000 100010 1010100 100101

Color Harmonies of #AD680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD680F

Black with #AD680F

Text Example


Text Example

White with #AD680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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