Html Css Color HEX #A16601 Golden Brown

📋 copy color: '#A16601'

red 161 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #A16601

Tints of Golden Brown #A16601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.64%

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

R = 60.98%
G = 38.64%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A16601 (or 0xA16601) is known color: Golden Brown. HEX triplet: A1, 66 and 01. RGB value is (161,102,1). Sum of RGB (Red+Green+Blue) = 161+102+1=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A16601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16601 is #5E99FE. Grayscale: #6C6C6C. Windows color (decimal): -6199807 or 91809. OLE color: 91809.

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

Color convert

RGB 161 102 1 -
CMYK 0 0.37 0.99 0.37
HSL 37.88º 0.99% 0.32% -
HSV(B) 37.88º 0.99% 0.63% -
XYZ 19.45 17.08 2.3 -
YUV 108.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 161 102 1 0 0.37 0.99 0.37 37.88 0.99 0.32
Hex A1 66 1 0 25 63 25 26 63 20
Octal 241 146 1 0 45 143 45 46 143 40
Binary 10100001 1100110 1 0 100101 1100011 100101 100110 1100011 100000

Color Harmonies of #A16601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16601

Black with #A16601

Text Example


Text Example

White with #A16601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16601; }

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

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

background-color css

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

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

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

border-color css

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

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

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