Html Css Color HEX #A17404 Golden Brown

📋 copy color: '#A17404'

red 161 ◦ green 116 ◦ blue 4

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

Shades of Golden Brown #A17404

Tints of Golden Brown #A17404

RGB

 RED value IS 161 (63.28% from 255) = 57.3%

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 57.3%
G = 41.28%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A17404 (or 0xA17404) is known color: Golden Brown. HEX triplet: A1, 74 and 04. RGB value is (161,116,4). Sum of RGB (Red+Green+Blue) = 161+116+4=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A17404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17404 is #5E8BFB. Grayscale: #757575. Windows color (decimal): -6196220 or 292001. OLE color: 292001.

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

Color convert

RGB 161 116 4 -
CMYK 0 0.28 0.98 0.37
HSL 42.8º 0.95% 0.32% -
HSV(B) 42.8º 0.98% 0.63% -
XYZ 20.97 20.08 2.89 -
YUV 116.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 161 116 4 0 0.28 0.98 0.37 42.8 0.95 0.32
Hex A1 74 4 0 1C 62 25 2B 5F 20
Octal 241 164 4 0 34 142 45 53 137 40
Binary 10100001 1110100 100 0 11100 1100010 100101 101011 1011111 100000

Color Harmonies of #A17404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17404

Black with #A17404

Text Example


Text Example

White with #A17404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17404; }

 p { color: rgb(161,116,4); }

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

background-color css

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

 a { background-color: rgb(161,116,4); }

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

border-color css

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

 span { border-color: rgb(161,116,4); }

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