Html Css Color HEX #AD6F0D Golden Brown

📋 copy color: '#AD6F0D'

red 173 ◦ green 111 ◦ blue 13

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

Shades of Golden Brown #AD6F0D

Tints of Golden Brown #AD6F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 58.25%
G = 37.37%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD6F0D (or 0xAD6F0D) is known color: Golden Brown. HEX triplet: AD, 6F and 0D. RGB value is (173,111,13). Sum of RGB (Red+Green+Blue) = 173+111+13=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F0D is #5290F2. Grayscale: #767676. Windows color (decimal): -5411059 or 880557. OLE color: 880557.

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

Color convert

RGB 173 111 13 -
CMYK 0 0.36 0.92 0.32
HSL 36.75º 0.86% 0.36% -
HSV(B) 36.75º 0.92% 0.68% -
XYZ 22.99 20.28 3.08 -
YUV 118.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 173 111 13 0 0.36 0.92 0.32 36.75 0.86 0.36
Hex AD 6F D 0 24 5C 20 25 56 24
Octal 255 157 15 0 44 134 40 45 126 44
Binary 10101101 1101111 1101 0 100100 1011100 100000 100101 1010110 100100

Color Harmonies of #AD6F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F0D

Black with #AD6F0D

Text Example


Text Example

White with #AD6F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F0D; }

 p { color: rgb(173,111,13); }

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

background-color css

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

 a { background-color: rgb(173,111,13); }

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

border-color css

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

 span { border-color: rgb(173,111,13); }

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