Html Css Color HEX #A16600 Golden Brown

📋 copy color: '#A16600'

red 161 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #A16600

Tints of Golden Brown #A16600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.22%
G = 38.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A16600 (or 0xA16600) is known color: Golden Brown. HEX triplet: A1, 66 and 00. RGB value is (161,102,0). Sum of RGB (Red+Green+Blue) = 161+102+0=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A16600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16600 is #5E99FF. Grayscale: #6C6C6C. Windows color (decimal): -6199808 or 26273. OLE color: 26273.

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

Color convert

RGB 161 102 0 -
CMYK 0 0.37 1 0.37
HSL 38.01º 1% 0.32% -
HSV(B) 38.01º 1% 0.63% -
XYZ 19.45 17.08 2.27 -
YUV 108.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 161 102 0 0 0.37 1 0.37 38.01 1 0.32
Hex A1 66 0 0 25 64 25 26 64 20
Octal 241 146 0 0 45 144 45 46 144 40
Binary 10100001 1100110 0 0 100101 1100100 100101 100110 1100100 100000

Color Harmonies of #A16600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16600

Black with #A16600

Text Example


Text Example

White with #A16600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16600; }

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

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

background-color css

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

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

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

border-color css

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

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

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