Html Css Color HEX #AD6814 Golden Brown

📋 copy color: '#AD6814'

red 173 ◦ green 104 ◦ blue 20

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

Shades of Golden Brown #AD6814

Tints of Golden Brown #AD6814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 58.25%
G = 35.02%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD6814 (or 0xAD6814) is known color: Golden Brown. HEX triplet: AD, 68 and 14. RGB value is (173,104,20). Sum of RGB (Red+Green+Blue) = 173+104+20=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6814 is #5297EB. Grayscale: #737373. Windows color (decimal): -5412844 or 1337517. OLE color: 1337517.

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

Color convert

RGB 173 104 20 -
CMYK 0 0.40 0.88 0.32
HSL 32.94º 0.79% 0.38% -
HSV(B) 32.94º 0.88% 0.68% -
XYZ 22.31 18.84 3.12 -
YUV 115.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 173 104 20 0 0.40 0.88 0.32 32.94 0.79 0.38
Hex AD 68 14 0 28 58 20 21 4F 26
Octal 255 150 24 0 50 130 40 41 117 46
Binary 10101101 1101000 10100 0 101000 1011000 100000 100001 1001111 100110

Color Harmonies of #AD6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6814

Black with #AD6814

Text Example


Text Example

White with #AD6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6814; }

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

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

background-color css

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

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

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

border-color css

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

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

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