Html Css Color HEX #A16901 Golden Brown

📋 copy color: '#A16901'

red 161 ◦ green 105 ◦ blue 1

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

Shades of Golden Brown #A16901

Tints of Golden Brown #A16901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 60.3%
G = 39.33%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A16901 (or 0xA16901) is known color: Golden Brown. HEX triplet: A1, 69 and 01. RGB value is (161,105,1). Sum of RGB (Red+Green+Blue) = 161+105+1=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A16901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16901 is #5E96FE. Grayscale: #6E6E6E. Windows color (decimal): -6199039 or 92577. OLE color: 92577.

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

Color convert

RGB 161 105 1 -
CMYK 0 0.35 0.99 0.37
HSL 39º 0.99% 0.32% -
HSV(B) 39º 0.99% 0.63% -
XYZ 19.76 17.68 2.4 -
YUV 109.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 161 105 1 0 0.35 0.99 0.37 39 0.99 0.32
Hex A1 69 1 0 23 63 25 27 63 20
Octal 241 151 1 0 43 143 45 47 143 40
Binary 10100001 1101001 1 0 100011 1100011 100101 100111 1100011 100000

Color Harmonies of #A16901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16901

Black with #A16901

Text Example


Text Example

White with #A16901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16901; }

 p { color: rgb(161,105,1); }

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

background-color css

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

 a { background-color: rgb(161,105,1); }

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

border-color css

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

 span { border-color: rgb(161,105,1); }

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