Html Css Color HEX #AD6804 Golden Brown

📋 copy color: '#AD6804'

red 173 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #AD6804

Tints of Golden Brown #AD6804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 61.57%
G = 37.01%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD6804 (or 0xAD6804) is known color: Golden Brown. HEX triplet: AD, 68 and 04. RGB value is (173,104,4). Sum of RGB (Red+Green+Blue) = 173+104+4=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6804 is #5297FB. Grayscale: #717171. Windows color (decimal): -5412860 or 288941. OLE color: 288941.

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

Color convert

RGB 173 104 4 -
CMYK 0 0.40 0.98 0.32
HSL 35.5º 0.95% 0.35% -
HSV(B) 35.5º 0.98% 0.68% -
XYZ 22.21 18.79 2.57 -
YUV 113.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 173 104 4 0 0.40 0.98 0.32 35.5 0.95 0.35
Hex AD 68 4 0 28 62 20 24 5F 23
Octal 255 150 4 0 50 142 40 44 137 43
Binary 10101101 1101000 100 0 101000 1100010 100000 100100 1011111 100011

Color Harmonies of #AD6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6804

Black with #AD6804

Text Example


Text Example

White with #AD6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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