Html Css Color HEX #A16A04 Golden Brown

📋 copy color: '#A16A04'

red 161 ◦ green 106 ◦ blue 4

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

Shades of Golden Brown #A16A04

Tints of Golden Brown #A16A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

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

R = 59.41%
G = 39.11%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A16A04 (or 0xA16A04) is known color: Golden Brown. HEX triplet: A1, 6A and 04. RGB value is (161,106,4). Sum of RGB (Red+Green+Blue) = 161+106+4=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A04 is #5E95FB. Grayscale: #6F6F6F. Windows color (decimal): -6198780 or 289441. OLE color: 289441.

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

Color convert

RGB 161 106 4 -
CMYK 0 0.34 0.98 0.37
HSL 38.98º 0.95% 0.32% -
HSV(B) 38.98º 0.98% 0.63% -
XYZ 19.87 17.89 2.52 -
YUV 110.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 161 106 4 0 0.34 0.98 0.37 38.98 0.95 0.32
Hex A1 6A 4 0 22 62 25 27 5F 20
Octal 241 152 4 0 42 142 45 47 137 40
Binary 10100001 1101010 100 0 100010 1100010 100101 100111 1011111 100000

Color Harmonies of #A16A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A04

Black with #A16A04

Text Example


Text Example

White with #A16A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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