Html Css Color HEX #AD6204 Golden Brown

📋 copy color: '#AD6204'

red 173 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #AD6204

Tints of Golden Brown #AD6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 62.91%
G = 35.64%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD6204 (or 0xAD6204) is known color: Golden Brown. HEX triplet: AD, 62 and 04. RGB value is (173,98,4). Sum of RGB (Red+Green+Blue) = 173+98+4=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6204 is #529DFB. Grayscale: #6E6E6E. Windows color (decimal): -5414396 or 287405. OLE color: 287405.

HSL color Cylindrical-coordinate representation of color #AD6204: hue angle of 33.37º 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 #AD6204 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 4 -
CMYK 0 0.43 0.98 0.32
HSL 33.37º 0.95% 0.35% -
HSV(B) 33.37º 0.98% 0.68% -
XYZ 21.62 17.63 2.38 -
YUV 109.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 173 98 4 0 0.43 0.98 0.32 33.37 0.95 0.35
Hex AD 62 4 0 2B 62 20 21 5F 23
Octal 255 142 4 0 53 142 40 41 137 43
Binary 10101101 1100010 100 0 101011 1100010 100000 100001 1011111 100011

Color Harmonies of #AD6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6204

Black with #AD6204

Text Example


Text Example

White with #AD6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6204; }

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

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

background-color css

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

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

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

border-color css

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

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

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